localeName property

String localeName
override

Subclasses should override this to return their locale, e.g. 'en_US'

Implementation

String get localeName => 'en';