conversionFrToEn top-level constant

Map<String, String> const conversionFrToEn

A map that converts the gender from French to English.

Implementation

const Map<String, String> conversionFrToEn = <String, String>{
  "Homme": "Male",
  "Femme": "Female",
};