$AddressDataNullableExtension extension
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