Error.fromRawJson constructor

Error.fromRawJson(
  1. String str
)

Implementation

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