FakeExperiment<T> class
Properties
-
active
→ bool
-
Whether this experiment is active.
final
-
defaultVariant
→ T
-
The default value for users that are not part of this experiment.
no setteroverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String
-
The ID of this experiment.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
trackingValue
→ String
-
The representation of the value that should be used for tracking in
analytics tools.
no setteroverride
-
value
→ T
-
The value of this experiment.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited