toLocale method

Locale toLocale()

Transform this into a Locale.

Implementation

Locale toLocale() => Locale(code, country?.toUpperCase());