appLanguages property

Map<String, Map<String, String>> appLanguages
getter/setter pair

A map of application languages, where the key is the language code and the value is a map of strings.

Implementation

static Map<String, Map<String, String>> appLanguages = {};