static List<Error> listFromJson(List<dynamic> json) { return json.map((value) => Error.fromJson(value)).toList(); }