ireland constant

Country const ireland

Implementation

static const ireland = Country(
  name: 'Ireland',
  dialingCode: '+353',
  alpha2: 'IE',
  continent: Continent.europe,
);