Enabled$Response class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- Enabled$Response({Object? enabled})
-
const
-
Enabled$Response.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{Object? enabled}) → Enabled$Response -
Available on Enabled$Response, provided by the $Enabled$ResponseExtension extension
-
copyWithWrapped(
{Wrapped< Object?> ? enabled}) → Enabled$Response -
Available on Enabled$Response, provided by the $Enabled$ResponseExtension extension
-
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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const Enabled$Response Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Enabled$Response instance)