UserWaitingOptions constructor
Implementation
UserWaitingOptions({
required this.name,
this.showAlert,
required this.totalReqWait,
required this.updateTotalReqWait,
});
UserWaitingOptions({
required this.name,
this.showAlert,
required this.totalReqWait,
required this.updateTotalReqWait,
});