countriesDataFromJson function
id : "1" name : "Afghanistan"
Implementation
CountriesData countriesDataFromJson(String str) => CountriesData.fromJson(json.decode(str));
id : "1" name : "Afghanistan"
CountriesData countriesDataFromJson(String str) => CountriesData.fromJson(json.decode(str));