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