getRegistry function
All StringLocale instances that have been constructed and auto-registered,
keyed by their id.
Implementation
Map<String, StringLocale> getRegistry() => Map.of(_registry);
All StringLocale instances that have been constructed and auto-registered,
keyed by their id.
Map<String, StringLocale> getRegistry() => Map.of(_registry);