ToastedQueue constructor

ToastedQueue({
  1. void onEvent(
    1. ToastedQueueChangeEvent event
    )?,
})

Implementation

ToastedQueue({
  this.onEvent,
});