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