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 thefromJson
factory.factory
Properties
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 thetoJson
method. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited