FeatureStateUpdate class
Constructors
- FeatureStateUpdate({dynamic value, bool? updateValue, bool? lock})
-
FeatureStateUpdate.fromJson(Map<
String, dynamic> json)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- lock ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateValue ↔ bool?
-
getter/setter pair
- value ↔ dynamic
-
getter/setter pair
Methods
-
copyWith(
{dynamic value, bool? updateValue, bool? lock}) → FeatureStateUpdate -
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_lock(
Map< String, dynamic> json) → bool? -
fromJson_updateValue(
Map< String, dynamic> json) → bool? -
fromJson_value(
Map< String, dynamic> json) → dynamic -
listFromJson(
List? json) → List< FeatureStateUpdate> -
mapFromJson(
Map< String, dynamic> ? json) → Map<String, FeatureStateUpdate>