Flutter
widgets
Locale
toString
toString
Flutter
widgets
Locale
toString
method
toString
Source
Flutter
widgets
Locale
Constructors
Locale
Properties
countryCode
hashCode
languageCode
runtimeType
Operators
operator ==
Methods
toString
noSuchMethod
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => '${languageCode}_$countryCode';