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