flutter_json_widgets
locale
Locale
Locale const constructor
Locale
Locale
constructor
Null safety
const
Locale
(
String
languageCode
,
[
String
?
countryCode
]
)
Implementation
const factory Locale( String languageCode, [ String? countryCode, ]) = _Locale;
flutter_json_widgets
locale
Locale
Locale const constructor
Locale class
Constructors
Locale
fromJson
Properties
copyWith
countryCode
hashCode
languageCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==