UnsubscribeFailed constructor

const UnsubscribeFailed({
  1. String? orgId,
  2. AppException? exception,
})

Implementation

const UnsubscribeFailed({
  this.orgId,
  super.exception,
});