mapToEn property

Map<String, String> mapToEn
final

It's a map that contains all the translations from the other languages to English.

Implementation

static final Map<String, String> mapToEn = <String, String>{}
  ..addAll(conversionDeToEn)
  ..addAll(conversionFrToEn)
  ..addAll(conversionItToEn);