NextEvent<T> constructor

const NextEvent<T>(
  1. T value
)

Implementation

const NextEvent(this.value);