CountryInfo constructor
CountryInfo({})
Implementation
CountryInfo({
super.extra,
super.client_id,
this.country_code,
this.name,
this.english_name,
this.is_hidden,
this.calling_codes,
});
CountryInfo({
super.extra,
super.client_id,
this.country_code,
this.name,
this.english_name,
this.is_hidden,
this.calling_codes,
});