Unsubscribed constructor

Unsubscribed(
  1. String? orgId,
  2. String subscriptionId
)

Implementation

Unsubscribed(
  this.orgId,
  this.subscriptionId,
);