dataToJson function

String dataToJson(
  1. Countrylist data
)

Implementation

String dataToJson(Countrylist data) => json.encode(data.toJson());