germany constant

Country const germany

Implementation

static const germany = Country(
  name: 'Germany',
  dialingCode: '+49',
  alpha2: 'DE',
  continent: Continent.europe,
);