france constant

Country const france

Implementation

static const france = Country(
  name: 'France',
  dialingCode: '+33',
  alpha2: 'FR',
  continent: Continent.europe,
);