CancelFlowQuestion constructor
CancelFlowQuestion({})
Implementation
CancelFlowQuestion({
required this.id,
required this.order,
required this.questionText,
required this.questionType,
required this.isRequired,
required this.options,
});