defaultLocale property

Locale defaultLocale
getter/setter pair

During app initialization, the system locale may be null for a few moments, so this default locale will be used instead. You can change this to reflect your preferred locale.

Implementation

static Locale defaultLocale = const Locale("en", "US");