FeatureRolloutStrategyAttribute class

Constructors

FeatureRolloutStrategyAttribute({required RolloutStrategyAttributeConditional conditional, required String fieldName, List? values, required RolloutStrategyFieldType type})
FeatureRolloutStrategyAttribute.fromJson(Map<String, dynamic> json)

Properties

conditional RolloutStrategyAttributeConditional
getter/setter pair
fieldName String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RolloutStrategyFieldType
getter/setter pair
values List
getter/setter pair

Methods

copyWith({RolloutStrategyAttributeConditional? conditional, String? fieldName, List? values, RolloutStrategyFieldType? type}) FeatureRolloutStrategyAttribute
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