ViaCepInfo class

Constructors

ViaCepInfo({String? cep, String? logradouro, String? complemento, String? bairro, String? localidade, String? uf, String? unidade, String? ibge, String? gia})
ViaCepInfo.fromJson(Map<String, dynamic> json)
Desserializa de json
ViaCepInfo.fromPiped(String content)
Desserializa de piped
ViaCepInfo.fromQuerty(String content)
Desserializa de qwerty
ViaCepInfo.fromXml(String content)
Desserializa de xml

Properties

bairro String?
getter/setter pair
cep String?
getter/setter pair
complemento String?
getter/setter pair
gia String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ibge String?
getter/setter pair
localidade String?
getter/setter pair
logradouro String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uf String?
getter/setter pair
unidade String?
getter/setter pair

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

Static Methods

toListXml(String content) List<ViaCepInfo>