SubscriptionDeletionEvent constructor

SubscriptionDeletionEvent(
  1. String id,
  2. String reason
)

Implementation

SubscriptionDeletionEvent(
  super.id,
  this.reason,
);