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
Static Methods
-
fromJson_conditional(
Map< String, dynamic> json) → RolloutStrategyAttributeConditional -
fromJson_fieldName(
Map< String, dynamic> json) → String -
fromJson_type(
Map< String, dynamic> json) → RolloutStrategyFieldType -
fromJson_values(
Map< String, dynamic> json) → List -
listFromJson(
List? json) → List< FeatureRolloutStrategyAttribute> -
mapFromJson(
Map< String, dynamic> ? json) → Map<String, FeatureRolloutStrategyAttribute>