core.Map<core.String, core.dynamic> toJson() { final contents = this.contents; final jobId = this.jobId; return {'contents': ?contents, 'jobId': ?jobId}; }