Country.fromRawJson constructor
Country.fromRawJson(
- String str
Implementation
factory Country.fromRawJson(String str) => Country.fromJson(json.decode(str));
factory Country.fromRawJson(String str) => Country.fromJson(json.decode(str));