errorFromJson function

Error errorFromJson(
  1. String str
)

Implementation

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