useCurrentLocale property
Determines whether to use Intl.getCurrentLocale() as a fallback.
If true and no specific locale is provided, the system locale is used.
Implementation
final bool useCurrentLocale;
Determines whether to use Intl.getCurrentLocale() as a fallback.
If true and no specific locale is provided, the system locale is used.
final bool useCurrentLocale;