PostmonCepInfo class

Constructors

PostmonCepInfo({String? bairro, String? cidade, String? logradouro, String? cep, String? estado, EstadoInfo? estadoInfo, CidadeInfo? cidadeInfo})
PostmonCepInfo.fromJson(Map<String, dynamic> json)
Desserializa de json
PostmonCepInfo.fromXml(String content)
Desserializa de xml

Properties

bairro String?
getter/setter pair
cep String?
getter/setter pair
cidade String?
getter/setter pair
cidadeInfo ↔ CidadeInfo?
getter/setter pair
estado String?
getter/setter pair
estadoInfo ↔ EstadoInfo?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logradouro String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited