scriptCode property
final
The script subtag for the locale.
This may be null, indicating that there is no specified script subtag.
This must be a valid Unicode Language Identifier script subtag as listed in Unicode CLDR supplemental data.
See also:
- Locale.fromSubtags, which describes the conventions for creating Locale objects.
Implementation
final String? scriptCode;