StrikeSubscription constructor

StrikeSubscription({
  1. String? id,
  2. String? webhookUrl,
  3. String? webhookVersion,
  4. bool? enabled,
  5. DateTime? created,
  6. List<String>? eventTypes,
})

Implementation

StrikeSubscription({
  this.id,
  this.webhookUrl,
  this.webhookVersion,
  this.enabled,
  this.created,
  this.eventTypes,
});