DictionaryResolution extension
Extension so Dictionary can be resolved with UserContext via the same path as raw-key access (Constitution I).
- on
Methods
-
resolve(
UserContext context, String key, {Map< String, dynamic> ? params, UserContext? overrides}) → String -
Available on Dictionary, provided by the DictionaryResolution extension
Resolveskeyusing this dictionary andcontext, with optionalparams(e.g. count) andoverrides. Uses the canonical resolution path (plural→gender→variant→formality→key) shared with raw-key access.