BaseRolloutStrategy class

Constructors

BaseRolloutStrategy({String? id, int? percentage, List<String>? percentageAttributes, dynamic value, List<BaseRolloutStrategyAttribute>? attributes})
BaseRolloutStrategy.fromJson(Map<String, dynamic> json)

Properties

attributes List<BaseRolloutStrategyAttribute>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id 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, int? percentage, List<String>? percentageAttributes, dynamic value, List<BaseRolloutStrategyAttribute>? attributes}) BaseRolloutStrategy
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

fromJson_attributes(Map<String, dynamic> json) List<BaseRolloutStrategyAttribute>
fromJson_id(Map<String, dynamic> json) String?
fromJson_percentage(Map<String, dynamic> json) int?
fromJson_percentageAttributes(Map<String, dynamic> json) List<String>
fromJson_value(Map<String, dynamic> json) → dynamic
listFromJson(List? json) List<BaseRolloutStrategy>
mapFromJson(Map<String, dynamic>? json) Map<String, BaseRolloutStrategy>