enUs top-level property

Locale enUs

Implementation

Locale get enUs {
  return Locale.fromSubtags(languageCode: 'en', countryCode: 'us');
}