poland constant

Country const poland

Implementation

static const poland = Country(
  name: 'Poland',
  dialingCode: '+48',
  alpha2: 'PL',
  continent: Continent.europe,
);