FeatureToggleEntryModel class
- Annotations
-
- @JsonSerializable()
Constructors
- FeatureToggleEntryModel.new({required bool value, required String name})
-
FeatureToggleEntryModel.fromJson(Map<
String, dynamic> json) -
Connect the generated
_$FeatureToggleEntryModelFromJson
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
_$FeatureToggleEntryModelToJson
function to thetoJson
method. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited