TransferUserAddressInRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TransferUserAddressInRequest({String? street, String? city, String? region, String? postalCode, String? country})
-
TransferUserAddressInRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? street, String? city, String? region, String? postalCode, String? country}) → TransferUserAddressInRequest -
Available on TransferUserAddressInRequest, provided by the $TransferUserAddressInRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? street, Wrapped<String?> ? city, Wrapped<String?> ? region, Wrapped<String?> ? postalCode, Wrapped<String?> ? country}) → TransferUserAddressInRequest -
Available on TransferUserAddressInRequest, provided by the $TransferUserAddressInRequestExtension 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 TransferUserAddressInRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferUserAddressInRequest instance)