RolloutStrategy class
Constructors
-
RolloutStrategy({String? id, required String name, int? percentage, List<
String> ? percentageAttributes, int? colouring, String? avatar, dynamic value, List<RolloutStrategyAttribute> ? attributes}) -
RolloutStrategy.fromJson(Map<
String, dynamic> ? json)
Properties
-
attributes
↔ List<
RolloutStrategyAttribute> -
getter/setter pair
- avatar ↔ String?
-
getter/setter pair
- colouring ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- percentage ↔ int?
-
getter/setter pair
-
percentageAttributes
↔ List<
String> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ dynamic
-
getter/setter pair
Methods
-
copyWith(
{String? id, String? name, int? percentage, List< String> ? percentageAttributes, int? colouring, String? avatar, dynamic value, List<RolloutStrategyAttribute> ? attributes}) → RolloutStrategy -
fromJson(
Map< String, dynamic> ? json) → dynamic -
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.
override
Operators
-
operator ==(
Object? __other) → bool -
The equality operator.
override
Static Methods
-
listFromJson(
List? json) → List< RolloutStrategy> -
mapFromJson(
Map< String, dynamic> ? json) → Map<String, RolloutStrategy>