countryListResponseModelToJson function

String countryListResponseModelToJson(
  1. CountryListResponseModel data
)

Implementation

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