luxembourg constant

Country const luxembourg

Implementation

static const luxembourg = Country(
  name: 'Luxembourg',
  dialingCode: '+352',
  alpha2: 'LU',
  continent: Continent.europe,
);