localeName property Null safety
override
Get the name of the current locale.
Implementation
@override
String get localeName => _throwIfNull(_localeName);
Get the name of the current locale.
@override
String get localeName => _throwIfNull(_localeName);