model/country_model library

Classes

CountryData
Provides functionality to parse and convert country data from and to JSON.

Functions

countryDataFromJson(String str) List<CountryData>
Converts a JSON string into a list of CountryData objects.
countryDataToJson(List<CountryData> data) String
Converts a list of CountryData objects into a JSON string.