countryListResponseModelToJson function
Implementation
String countryListResponseModelToJson(CountryListResponseModel data) => json.encode(data.toJson());
String countryListResponseModelToJson(CountryListResponseModel data) => json.encode(data.toJson());