chile constant

Country const chile

Implementation

static const chile = Country(
  name: 'Chile',
  dialingCode: '+56',
  alpha2: 'CL',
  continent: Continent.southAmerica,
);