map property

Map<String, Map<String, dynamic>> map
final

The map between a language code and the localizations for this language.

The localizations of a language may be nested.

Implementation

final Map<String, Map<String, dynamic>> map;