norway constant

Country const norway

Implementation

static const norway = Country(
  name: 'Norway',
  dialingCode: '+47',
  alpha2: 'NO',
  continent: Continent.europe,
);