CancelFlowOffer constructor
CancelFlowOffer({})
Implementation
CancelFlowOffer({
required this.enabled,
required this.title,
required this.body,
required this.ctaText,
required this.type,
required this.value,
});