conversionItToEn top-level constant

Map<String, String> const conversionItToEn

A map that converts the gender from italian to english.

Implementation

const Map<String, String> conversionItToEn = <String, String>{
  "Maschio": "Male",
  "Femmina": "Female",
};