menu
tth_api_client package
documentation
api.dart
Country
Country.new constructor
Country.new constructor
dark_mode
light_mode
Country
constructor
Country
(
{
int
?
id
,
String
?
name
,
String
?
isoCode
,
String
?
countryIcon
,
})
Returns a new
Country
instance.
Implementation
Country({ this.id, this.name, this.isoCode, this.countryIcon, });
tth_api_client package
documentation
api
Country
Country.new constructor
Country class