ExperimentInfo class
Constructors
-
ExperimentInfo.fromMap(Map<
String, dynamic> map)
Properties
- audienceData → dynamic
-
Audience data (can be String or Map)
no setter
- audienceId → String?
-
Audience ID that user matched
no setter
- chosenVariantDetails → VariantDetails?
-
Details about the chosen variant
no setter
- endDate → String?
-
When the experiment ends (ISO8601 string)
no setter
- experimentId → String?
-
Experiment ID
no setter
- experimentMetadata → dynamic
-
Additional experiment metadata
no setter
- experimentName → String?
-
Experiment name
no setter
- experimentType → String?
-
Experiment type (e.g., "A/B/n test")
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashDetails → HashDetails?
-
Hash bucketing details
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → String?
-
When the experiment started (ISO8601 string)
no setter
- trigger → String
-
Trigger name at which user was enrolled
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited