CidadesEstadosIbge class

Constructors

CidadesEstadosIbge()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buscaCidadePorNome(String? nome) List<CidadeModel>
buscaUfPorNome(String? nome) List<UfModel>
buscaUfPorSigla(String? sigla) UfModel
cidadePorIbge(int ibge) CidadeModel
cidadesPorUf(String uf) List<CidadeModel>
getCidades() List<CidadeModel>
getUfs() List<UfModel>
ibgePorCidadeUf(String? cidade, String? uf) int?
ibgePorUf(String? uf) int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAccents(String str) String
toString() String
A string representation of this object.
inherited
ufPorIbge(int ibge) UfModel

Operators

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