toLocale method

Locale toLocale()

Converts this language to a Flutter Locale.

Implementation

Locale toLocale() => Locale(code);