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