DeliveryAddress class

Constructors

DeliveryAddress.new({int? idEnderecoEntrega, int? clienteId, String? identificacao, String? cep, String? rua, int? numero, String? complemento, String? bairro, String? cidade, String? estado, String? pais, String? pontoReferencia, String? telefoneContato, bool? deletado})
DeliveryAddress.fromJson(Map<String, dynamic> json)

Properties

bairro String?
getter/setter pair
cep String?
getter/setter pair
cidade String?
getter/setter pair
clienteId int?
getter/setter pair
complemento String?
getter/setter pair
deletado bool?
getter/setter pair
estado String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idEnderecoEntrega int?
getter/setter pair
identificacao String?
getter/setter pair
numero int?
getter/setter pair
pais String?
getter/setter pair
pontoReferencia String?
getter/setter pair
rua String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telefoneContato String?
getter/setter pair

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