Schedule<T> constructor

const Schedule<T>(
  1. Duration duration,
  2. bool after(
    1. StreamElement<T>
    )
)

Implementation

const Schedule(this.duration, this.after);