RemovedFromPanelistsOptions constructor
- required RemovedFromPanelistsData data,
- ShowAlert? showAlert,
Implementation
RemovedFromPanelistsOptions({
required this.data,
this.showAlert,
});
RemovedFromPanelistsOptions({
required this.data,
this.showAlert,
});