UpdateWebhookSubscriptionRequest constructor

const UpdateWebhookSubscriptionRequest({
  1. required String verificationToken,
  2. dynamic callbackUrl,
  3. dynamic eventType,
  4. dynamic dataType,
})

Implementation

const UpdateWebhookSubscriptionRequest({
  required this.verificationToken,
  this.callbackUrl,
  this.eventType,
  this.dataType,
});