Locale class

Constructors

Locale(String languageCode, [String? countryCode])
Locale.parse(String localeStr)
factory

Properties

countryCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEmpty() bool
isSameLocale(Locale locale) bool
joinToFileName(String name, String linkChar) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLocaleString(String linkChar) String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited