malta constant

Country const malta

Implementation

static const malta = Country(
  name: 'Malta',
  dialingCode: '+356',
  alpha2: 'MT',
  continent: Continent.europe,
);