CancelFlowResponsePayload constructor
CancelFlowResponsePayload({})
Implementation
CancelFlowResponsePayload({
required this.userId,
required this.productId,
required this.outcome,
required this.offerShown,
required this.offerAccepted,
this.pauseShown = false,
this.pauseAccepted = false,
this.pauseDurationDays,
required this.lastStepSeen,
required this.answers,
this.variantId,
});