brStates constant

List<GrxFederativeUnit> const brStates

Implementation

static const brStates = [
  GrxFederativeUnit(id: 'AC', name: 'Acre'),
  GrxFederativeUnit(id: 'AL', name: 'Alagoas'),
  GrxFederativeUnit(id: 'AP', name: 'Amapá'),
  GrxFederativeUnit(id: 'AM', name: 'Amazonas'),
  GrxFederativeUnit(id: 'BA', name: 'Bahía'),
  GrxFederativeUnit(id: 'CE', name: 'Ceará'),
  GrxFederativeUnit(id: 'DF', name: 'Distrito Federal'),
  GrxFederativeUnit(id: 'ES', name: 'Espírito Santo'),
  GrxFederativeUnit(id: 'GO', name: 'Goiás'),
  GrxFederativeUnit(id: 'MA', name: 'Maranhão'),
  GrxFederativeUnit(id: 'MT', name: 'Mato Grosso'),
  GrxFederativeUnit(id: 'MS', name: 'Mato Grosso do Sul'),
  GrxFederativeUnit(id: 'MG', name: 'Minas Geraís'),
  GrxFederativeUnit(id: 'PA', name: 'Pará'),
  GrxFederativeUnit(id: 'PB', name: 'Paraíba'),
  GrxFederativeUnit(id: 'PR', name: 'Paraná'),
  GrxFederativeUnit(id: 'PE', name: 'Pernambuco'),
  GrxFederativeUnit(id: 'PI', name: 'Piauí'),
  GrxFederativeUnit(id: 'RJ', name: 'Rio de Janeiro'),
  GrxFederativeUnit(id: 'RN', name: 'Rio Grande do Norte'),
  GrxFederativeUnit(id: 'RS', name: 'Rio Grande do Sul'),
  GrxFederativeUnit(id: 'RO', name: 'Rondônia'),
  GrxFederativeUnit(id: 'RR', name: 'Roraima'),
  GrxFederativeUnit(id: 'SC', name: 'Santa Catarina'),
  GrxFederativeUnit(id: 'SP', name: 'São Paulo'),
  GrxFederativeUnit(id: 'SE', name: 'Sergipe'),
  GrxFederativeUnit(id: 'TO', name: 'Tocantins'),
  GrxFederativeUnit(id: 'UKN', name: 'Não Informado'),
];