ToastTimer<T> constructor

ToastTimer<T>(
  1. int time,
  2. Duration duration,
  3. T item,
  4. int index,
)

Implementation

ToastTimer(
  this.time,
  this.duration,
  this.item,
  this.index,
);