supportedLangCodes top-level property
A set of all supported ISO-639 language codes for translation.
These codes can be used as the targetLang
parameter in translation functions.
Implementation
Set<String> get supportedLangCodes => supportedLanguages.keys.toSet();