PortalFlowsFlowSubscriptionCancel constructor
const
PortalFlowsFlowSubscriptionCancel({
- BillingPortalSessionFlowSubscriptionCancelRetention? retention,
- required String subscription,
PortalFlowsFlowSubscriptionCancel
Implementation
const PortalFlowsFlowSubscriptionCancel({
this.retention,
required this.subscription,
});