CancelSubscriptionEvent constructor

CancelSubscriptionEvent({
  1. required String productId,
  2. String? userId,
})

Implementation

CancelSubscriptionEvent({
  required this.productId,
  this.userId
});