languageCode property
It's a getter that returns the language code of the current locale.
Implementation
String get languageCode => _locale.languageCode;
It's a getter that returns the language code of the current locale.
String get languageCode => _locale.languageCode;