languageCode property

String languageCode

It's a getter that returns the language code of the current locale.

Implementation

String get languageCode => _locale.languageCode;