Error.fromJson constructor

Error.fromJson(
  1. String str
)

Implementation

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