CountryListResponse constructor
Implementation
CountryListResponse({
this.id,
this.code,
this.name,
this.dialCode,
this.currencyName,
this.symbol,
this.currencyCode,
});
CountryListResponse({
this.id,
this.code,
this.name,
this.dialCode,
this.currencyName,
this.symbol,
this.currencyCode,
});