Unsubscribed constructor

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

Implementation

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