CountryModel({ required this.isoCode, required this.name, required this.phoneCode, required this.flag, });