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