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