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