keys property
A map containing keys and translations for different languages.
The keys of this map represent language codes, and the values are maps containing translations for different keys in the respective language.
Implementation
Map<String, Map<String, String>> get keys;