translations property

Map<String, String> translations
getter/setter pair

A map of available translations for this locale.

Nested translations are flattened into dot-separated keys, so this map is always flat regardless of how the translations were written.

Implementation

Map<String, String> translations = {};