localeName property Null safety

String localeName
override

Get the name of the current locale.

Implementation

@override
String get localeName => _throwIfNull(_localeName);