UpdateWebhookSubscriptionRequest constructor
      const
      UpdateWebhookSubscriptionRequest({ 
    
    
- required String verificationToken,
- dynamic callbackUrl,
- dynamic eventType,
- dynamic dataType,
Implementation
const UpdateWebhookSubscriptionRequest({
  required this.verificationToken,
  this.callbackUrl,
  this.eventType,
  this.dataType,
});