LMExecutionResultConfig constructor

LMExecutionResultConfig(
  1. String? msg,
  2. bool? goToHome,
  3. String? buttonTitle,
  4. LMAction? action,
  5. bool? reloadWidget,
  6. int? goBack,
  7. bool? autoClosePopup,
  8. int? autoClosePopupAfterSeconds,
)

Implementation

LMExecutionResultConfig(
  this.msg,
  this.goToHome,
  this.buttonTitle,
  this.action,
  this.reloadWidget,
  this.goBack,
  this.autoClosePopup,
  this.autoClosePopupAfterSeconds,
);