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