RevokeSubscriptionRequest constructor

RevokeSubscriptionRequest({
  1. bool? revokeCommercial,
})

Implementation

RevokeSubscriptionRequest({
  this.revokeCommercial,
});