dictionaryFormats property
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;