Address class

Constructors

Address({required String? zipCode, String? country, String? state, String? stateName, String? city, String? neighborhood, String? address, String? number, String? complement, bool? isOptIn, double? latitude, double? longitude})
const
Address.fromJson(Map<String, dynamic> json)
factory

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