ChannelEvent<T> constructor

ChannelEvent<T>(
  1. T? data,
  2. bool isClosed
)

Implementation

ChannelEvent(this.data, this.isClosed);