factory RawOutput.fromJson(Map<String, dynamic> json) { return RawOutput(rawOutput: decodeList(json['rawOutput']) ?? []); }