Address class
Constructors
Properties
Methods
-
copyWith(
{String? street, String? code, String? city, Country? country, double? latitude, double? longitude}) → Address -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, Object> -
toString(
) → String -
A string representation of this object.
override
-
toStringWithCountry(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override