conversionDeToEn top-level constant

Map<String, String> const conversionDeToEn

A map that converts the german gender to english.

Implementation

const Map<String, String> conversionDeToEn = <String, String>{
  "Männlich": "Male",
  "Weiblich": "Female",
};