menu
world_picker package
documentation
model/country_model.dart
Language
Language.new constructor
Language.new constructor
dark_mode
light_mode
Language
constructor
Language
(
{
required
String
code
,
required
String
name
,
required
String
nativeName
,
String
?
countryCode
,
})
Implementation
Language({ required this.code, required this.name, required this.nativeName, this.countryCode, });
world_picker package
documentation
model/country_model
Language
Language.new constructor
Language class