CancelFlowOffer constructor

CancelFlowOffer({
  1. required bool enabled,
  2. required String title,
  3. required String body,
  4. required String ctaText,
  5. required String type,
  6. required String value,
})

Implementation

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