getRegistry function

Map<String, StringLocale> getRegistry()

All StringLocale instances that have been constructed and auto-registered, keyed by their id.

Implementation

Map<String, StringLocale> getRegistry() => Map.of(_registry);