FeatureRolloutStrategy class

Constructors

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

Properties

attributes List<FeatureRolloutStrategyAttribute>
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<FeatureRolloutStrategyAttribute>? attributes}) FeatureRolloutStrategy
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<FeatureRolloutStrategyAttribute>
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<FeatureRolloutStrategy>
mapFromJson(Map<String, dynamic>? json) Map<String, FeatureRolloutStrategy>