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