romania constant

Country const romania

Implementation

static const romania = Country(
  name: 'Romania',
  dialingCode: '+40',
  alpha2: 'RO',
  continent: Continent.europe,
);