cache property

Map<String, Map<String, String>> get cache

Internal cache of translations: locale -> key -> translated string

Implementation

Map<String, Map<String, String>> get cache => _cache;