factory ReportTaskProgressOutput.fromJson(Map<String, dynamic> json) { return ReportTaskProgressOutput( canceled: json['canceled'] as bool, ); }