PortalFlowsFlowSubscriptionCancel constructor

const PortalFlowsFlowSubscriptionCancel({
  1. BillingPortalSessionFlowSubscriptionCancelRetention? retention,
  2. required String subscription,
})

PortalFlowsFlowSubscriptionCancel

Implementation

const PortalFlowsFlowSubscriptionCancel({
  this.retention,
  required this.subscription,
});