finland constant

Country const finland

Implementation

static const finland = Country(
  name: 'Finland',
  dialingCode: '+358',
  alpha2: 'FI',
  continent: Continent.europe,
);