l10n property
Returns the BasicLocalizationDelegate used for handling translations.
This delegate provides localization functionality for ISO standardized entities.
Implementation
@override
LocalizationDelegate get l10n => LocalizationDelegate(
mapper: _mapper ?? () => CurrenciesLocaleMapper().localize,
);