RemovedFromPanelistsOptions constructor

RemovedFromPanelistsOptions({
  1. required RemovedFromPanelistsData data,
  2. ShowAlert? showAlert,
})

Implementation

RemovedFromPanelistsOptions({
  required this.data,
  this.showAlert,
});