dataFromJson function
id : "1" name : "Afghanistan" flag : "https://flagcdn.com/w40/.webp" phonecode : "93"
Implementation
Countrylist dataFromJson(String str) => Countrylist.fromJson(json.decode(str));
id : "1" name : "Afghanistan" flag : "https://flagcdn.com/w40/.webp" phonecode : "93"
Countrylist dataFromJson(String str) => Countrylist.fromJson(json.decode(str));