ErrorResp.fromRawJson constructor

ErrorResp.fromRawJson(
  1. String str
)

Implementation

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