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