LMAction constructor

LMAction({
  1. LucyAction? lucyActionEx,
  2. String? successMessage,
  3. UXPRedirectWidgetJson? redirectWidget,
  4. Map<String, String>? redirectUrl,
  5. Map<String, dynamic>? redirectAddOn,
  6. String? type,
  7. SlidePopup? lucyAction,
  8. bool? goToHome,
  9. String? mobileUI,
})

Implementation

LMAction({
  this.lucyActionEx,
  this.successMessage,
  //this.redirectPage,
  this.redirectWidget,
  this.redirectUrl,
  this.redirectAddOn,
  this.type,
  this.lucyAction,
  this.goToHome,
  this.mobileUI,
});