RolloutValue class
Information related to a Rollout.
Constructors
- RolloutValue({double? percent, String? rolloutId, String? value})
- RolloutValue.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- percent ↔ double?
-
The percentage of users that will receive the rollout value.
getter/setter pair
- rolloutId ↔ String?
-
The identifier that associates a parameter value to a Rollout experiment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
The user-specified value to be rolled out.
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