useCurrentLocale property

bool useCurrentLocale
final

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;