SystemLocale class
Used to represent the locale of the system.
Constructors
- SystemLocale()
-
factory
Properties
- countryCode → String?
-
The region subtag for the locale.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → String
-
The primary language subtag for the locale.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptCode → String?
-
The script subtag for the locale.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLanguageTag(
) → String -
Returns a syntactically valid Unicode BCP47 Locale Identifier.
inherited
-
toString(
) → String -
Returns a string representing the locale.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited