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