arStates constant

List<GrxFederativeUnit> const arStates

Implementation

static const arStates = [
  GrxFederativeUnit(id: 'DF', name: 'Autonomous City of Buenos Aires'),
  GrxFederativeUnit(id: 'BA', name: 'Buenos Aires'),
  GrxFederativeUnit(id: 'CT', name: 'Catamarca'),
  GrxFederativeUnit(id: 'CC', name: 'Chaco'),
  GrxFederativeUnit(id: 'CH', name: 'Chubut'),
  GrxFederativeUnit(id: 'CB', name: 'Córdoba'),
  GrxFederativeUnit(id: 'CN', name: 'Corrientes'),
  GrxFederativeUnit(id: 'ER', name: 'Entre Ríos'),
  GrxFederativeUnit(id: 'FM', name: 'Formosa'),
  GrxFederativeUnit(id: 'JY', name: 'Jujuy'),
  GrxFederativeUnit(id: 'LP', name: 'La Pampa'),
  GrxFederativeUnit(id: 'LR', name: 'La Rioja'),
  GrxFederativeUnit(id: 'MZ', name: 'Mendoza'),
  GrxFederativeUnit(id: 'MN', name: 'Misiones'),
  GrxFederativeUnit(id: 'NQ', name: 'Neuquén'),
  GrxFederativeUnit(id: 'RN', name: 'Río Negro'),
  GrxFederativeUnit(id: 'SA', name: 'Salta'),
  GrxFederativeUnit(id: 'SJ', name: 'San Juan'),
  GrxFederativeUnit(id: 'SL', name: 'San Luis'),
  GrxFederativeUnit(id: 'SC', name: 'Santa Cruz'),
  GrxFederativeUnit(id: 'SF', name: 'Santa Fe'),
  GrxFederativeUnit(id: 'SE', name: 'Santiago del Estero'),
  GrxFederativeUnit(
      id: 'TF',
      name: 'Tierra del Fuego, Antártida e Islas del Atlántico Sur'),
  GrxFederativeUnit(id: 'TM', name: 'Tucumán'),
];