EstadosMunicipiosController class

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

buscaMunicipiosPorEstado(String siglaEstado) Future<List<Municipio>>
Busca todos os municipios de um estado O parâmetro recebido é uma String com a sigla do Estado Este parâmetro pode ser minusculo ou maiúsculo ou em formato camel case
buscaTodosEstados() Future<List<Estado>>
Busca todos os estados brasileiros
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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