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