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