supportedLangCodes top-level property

Set<String> get supportedLangCodes

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();