CancelFlowPauseOption constructor
CancelFlowPauseOption({})
Implementation
CancelFlowPauseOption({
required this.id,
required this.order,
required this.label,
required this.durationType,
this.durationDays,
this.resumeDate,
});