FeatureToggleModel class

Annotations
  • @JsonSerializable()

Constructors

FeatureToggleModel.new({String? uid, Map<String, String>? parent, List<FeatureToggleEntryModel>? toggles})
FeatureToggleModel.fromJson(Map<String, dynamic> json)
Connect the generated _$FeatureToggleModelFromJson function to the fromJson factory.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parent Map<String, String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toggles List<FeatureToggleEntryModel>?
final
uid String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Connect the generated _$FeatureToggleModelToJson function to the toJson method.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited