netherlands constant

Country const netherlands

Implementation

static const netherlands = Country(
  name: 'Netherlands',
  dialingCode: '+31',
  alpha2: 'NL',
  continent: Continent.europe,
);