UnsubscribeFailed constructor
const
UnsubscribeFailed({
- String? orgId,
- AppException? exception,
Implementation
const UnsubscribeFailed({
this.orgId,
super.exception,
});