switzerland constant

Country const switzerland

Implementation

static const switzerland = Country(
  name: 'Switzerland',
  dialingCode: '+41',
  alpha2: 'CH',
  continent: Continent.europe,
);