CancelFlowResponse constructor
CancelFlowResponse({
- required String productId,
- required String userId,
- required CancelFlowOutcome outcome,
- required List<
CancelFlowAnswer> answers, - required bool offerShown,
- required bool offerAccepted,
- required bool pauseShown,
- required bool pauseAccepted,
- int? pauseDurationDays,
Implementation
CancelFlowResponse({
required this.productId,
required this.userId,
required this.outcome,
required this.answers,
required this.offerShown,
required this.offerAccepted,
required this.pauseShown,
required this.pauseAccepted,
this.pauseDurationDays,
});