ExperimentDescription class

Encapsulates per-experiment data.

Constructors

ExperimentDescription({String? experimentId, String? experimentStartTime, String? timeToLiveMillis, String? triggerEvent, String? triggerTimeoutMillis, String? variantId})
ExperimentDescription.fromJson(Map json_)

Properties

experimentId String?
The Firebase A/B Testing experiment ID.
getter/setter pair
experimentStartTime String?
When the experiment was started.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeToLiveMillis String?
How long the experiment can remain in ON state.
getter/setter pair
triggerEvent String?
The Google Analytics event that activates the experiment.
getter/setter pair
triggerTimeoutMillis String?
How long the experiment can remain in STANDBY state.
getter/setter pair
variantId String?
The variant of the experiment assigned to the app instance.
getter/setter pair

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