CustomData class

Free-form data that can be used to enrich the analytics data.

Inheritance
Annotations

Constructors

CustomData({String? customData1, String? customData2, String? customData3, String? customData4, String? customData5, String? customData6, String? customData7, String? customData8, String? customData9, String? customData10, String? customData11, String? customData12, String? customData13, String? customData14, String? customData15, String? customData16, String? customData17, String? customData18, String? customData19, String? customData20, String? customData21, String? customData22, String? customData23, String? customData24, String? customData25, String? customData26, String? customData27, String? customData28, String? customData29, String? customData30, String? experimentName})
const
CustomData.fromJson(Map<String, dynamic> json)
factory

Properties

customData1 String?
Optional free-form data
final
customData2 String?
Optional free-form data
final
customData3 String?
Optional free-form data
final
customData4 String?
Optional free-form data
final
customData5 String?
Optional free-form data
final
customData6 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData7 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData8 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData9 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData10 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData11 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData12 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData13 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData14 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData15 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData16 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData17 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData18 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData19 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData20 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData21 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData22 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData23 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData24 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData25 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData26 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData27 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData28 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData29 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
customData30 String?
Optional free-form data. Not enabled by default. Must be activated for your organization
final
experimentName String?
Free form-data field that can be used for A/B testing
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited