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