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