onLocale method

Locale? onLocale()

Implementation

Locale? onLocale() => inLocale != null ? inLocale!() : null;