cidadesPorUf method

List<CidadeModel> cidadesPorUf(
  1. String uf
)

Implementation

List<CidadeModel> cidadesPorUf(String uf) =>
    getCidades().where((e) => e.estadoIbge == ibgePorUf(uf)).toList();