FeatureEnvironmentCollection class
Constructors
-
FeatureEnvironmentCollection({required String id, List<
FeatureState> ? features}) -
FeatureEnvironmentCollection.fromJson(Map<
String, dynamic> json)
Properties
-
features
↔ List<
FeatureState> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, List< FeatureState> ? features}) → FeatureEnvironmentCollection -
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_features(
Map< String, dynamic> json) → List<FeatureState> -
fromJson_id(
Map< String, dynamic> json) → String -
listFromJson(
List? json) → List< FeatureEnvironmentCollection> -
mapFromJson(
Map< String, dynamic> ? json) → Map<String, FeatureEnvironmentCollection>