v1WebhookSubscriptionParams constructor

const v1WebhookSubscriptionParams({
  1. required String eventType,
  2. String? filtersJson,
  3. bool? isActive,
})

Implementation

const v1WebhookSubscriptionParams({
  required this.eventType,
  this.filtersJson,
  this.isActive,
});