Address class
Constructors
Properties
- address → String?
-
Endereço
final
- city → String?
-
Cidade
final
- complement → String?
-
Complemento
final
- country → String?
-
País
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOptIn → bool?
-
OptIn
final
- latitude → double?
-
Latitude
final
- longitude → double?
-
Longitude
final
- neighborhood → String?
-
Bairro
final
- number → String?
-
Número
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
Estado
final
- stateName → String?
-
Nome do estado
final
- zipCode → String?
-
CEP
final
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited