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