CancelFlowOption constructor
CancelFlowOption({})
Implementation
CancelFlowOption({
required this.id,
required this.order,
required this.label,
required this.triggersOffer,
required this.triggersPause,
});
CancelFlowOption({
required this.id,
required this.order,
required this.label,
required this.triggersOffer,
required this.triggersPause,
});