denmark constant

Country const denmark

Implementation

static const denmark = Country(
  name: 'Denmark',
  dialingCode: '+45',
  alpha2: 'DK',
  continent: Continent.europe,
);