localeIdentifier property
String
get
localeIdentifier
Implementation
String get localeIdentifier {
if (this == null) return '';
return '${this?.languageCode}_${this?.countryCode}'.replaceAll('_null', '');
}