CountryModel constructor
const
CountryModel({})
Implementation
const CountryModel({
this.name,
this.code,
this.flag,
this.shortName,
this.currencyName,
this.currencySymbol,
this.phoneNumberLength,
this.states,
});