greece constant

Country const greece

Implementation

static const greece = Country(
  name: 'Greece',
  dialingCode: '+30',
  alpha2: 'GR',
  continent: Continent.europe,
);