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