usStates constant

List<GrxFederativeUnit> const usStates

Implementation

static const usStates = [
  GrxFederativeUnit(id: 'AL', name: 'Alabama'),
  GrxFederativeUnit(id: 'AK', name: 'Alaska'),
  GrxFederativeUnit(id: 'AZ', name: 'Arizona'),
  GrxFederativeUnit(id: 'AR', name: 'Arkansas'),
  GrxFederativeUnit(id: 'CA', name: 'California'),
  GrxFederativeUnit(id: 'CZ', name: 'Canal Zone'),
  GrxFederativeUnit(id: 'CO', name: 'Colorado'),
  GrxFederativeUnit(id: 'CT', name: 'Connecticut'),
  GrxFederativeUnit(id: 'DE', name: 'Delaware'),
  GrxFederativeUnit(id: 'DC', name: 'District of Columbia'),
  GrxFederativeUnit(id: 'FL', name: 'Florida'),
  GrxFederativeUnit(id: 'GA', name: 'Georgia'),
  GrxFederativeUnit(id: 'GU', name: 'Guam'),
  GrxFederativeUnit(id: 'HI', name: 'Hawaii'),
  GrxFederativeUnit(id: 'ID', name: 'Idaho'),
  GrxFederativeUnit(id: 'IL', name: 'Illinois'),
  GrxFederativeUnit(id: 'IN', name: 'Indiana'),
  GrxFederativeUnit(id: 'IA', name: 'Iowa'),
  GrxFederativeUnit(id: 'KS', name: 'Kansas'),
  GrxFederativeUnit(id: 'KY', name: 'Kentucky'),
  GrxFederativeUnit(id: 'LA', name: 'Louisiana'),
  GrxFederativeUnit(id: 'ME', name: 'Maine'),
  GrxFederativeUnit(id: 'MD', name: 'Maryland'),
  GrxFederativeUnit(id: 'MA', name: 'Massachusetts'),
  GrxFederativeUnit(id: 'MI', name: 'Michigan'),
  GrxFederativeUnit(id: 'MN', name: 'Minnesota'),
  GrxFederativeUnit(id: 'MS', name: 'Mississippi'),
  GrxFederativeUnit(id: 'MO', name: 'Missouri'),
  GrxFederativeUnit(id: 'MT', name: 'Montana'),
  GrxFederativeUnit(id: 'NE', name: 'Nebraska'),
  GrxFederativeUnit(id: 'NV', name: 'Nevada'),
  GrxFederativeUnit(id: 'NH', name: 'New Hampshire'),
  GrxFederativeUnit(id: 'NJ', name: 'New Jersey'),
  GrxFederativeUnit(id: 'NM', name: 'New Mexico'),
  GrxFederativeUnit(id: 'NY', name: 'New York'),
  GrxFederativeUnit(id: 'NC', name: 'North Carolina'),
  GrxFederativeUnit(id: 'ND', name: 'North Dakota'),
  GrxFederativeUnit(id: 'OH', name: 'Ohio'),
  GrxFederativeUnit(id: 'OK', name: 'Oklahoma'),
  GrxFederativeUnit(id: 'OR', name: 'Oregon'),
  GrxFederativeUnit(id: 'PA', name: 'Pennsylvania'),
  GrxFederativeUnit(id: 'PR', name: 'Puerto Rico'),
  GrxFederativeUnit(id: 'RI', name: 'Rhode Island'),
  GrxFederativeUnit(id: 'SC', name: 'South Carolina'),
  GrxFederativeUnit(id: 'SD', name: 'South Dakota'),
  GrxFederativeUnit(id: 'TN', name: 'Tennessee'),
  GrxFederativeUnit(id: 'TX', name: 'Texas'),
  GrxFederativeUnit(id: 'UT', name: 'Utah'),
  GrxFederativeUnit(id: 'VT', name: 'Vermont'),
  GrxFederativeUnit(id: 'VI', name: 'Virgin Islands'),
  GrxFederativeUnit(id: 'VA', name: 'Virginia'),
  GrxFederativeUnit(id: 'WA', name: 'Washington'),
  GrxFederativeUnit(id: 'WV', name: 'West Virginia'),
  GrxFederativeUnit(id: 'WI', name: 'Wisconsin'),
  GrxFederativeUnit(id: 'WY', name: 'Wyoming'),
  GrxFederativeUnit(id: 'UKN', name: 'Não Informado'),
];