dictionaryFormats property

Map<String, DictionaryFormat> dictionaryFormats
latefinal

Used to fetch a dictionary format by its unique key with constant time performance. Initialised with populateDictionaryFormats at startup.

Implementation

late final Map<String, DictionaryFormat> dictionaryFormats;