locale property - LocalizedText class - core library - Dart API
locale
locale property
getter/setter pair
Locale of text, in most cases contains only language code.
If locale is not supported by the platform, null is returned.
Implementation
Locale? locale;