BaseRolloutStrategyAttribute class
Constructors
- BaseRolloutStrategyAttribute({RolloutStrategyAttributeConditional? conditional, String? fieldName, List? values, RolloutStrategyFieldType? type})
-
BaseRolloutStrategyAttribute.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}) → BaseRolloutStrategyAttribute -
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< BaseRolloutStrategyAttribute> -
mapFromJson(
Map< String, dynamic> ? json) → Map<String, BaseRolloutStrategyAttribute>