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