ViaCepProcura class

Constructors

ViaCepProcura({String? cep, String? logradouro, String? complemento, String? bairro, String? localidade, String? uf, String? ibge, String? gia, String? ddd, String? siafi})
ViaCepProcura.fromJson(Map<String, dynamic> json)
factory

Properties

bairro String?
getter/setter pair
cep String?
getter/setter pair
complemento String?
getter/setter pair
ddd 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
siafi String?
getter/setter pair
uf 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

Static Methods

getInstance(String cep) Future<ViaCepProcura>