EventStream<T> constructor

EventStream<T>(
  1. Event _target,
  2. JSFunction _callbackFactory(
    1. void (
      1. T
      )
    )
)

Implementation

EventStream(this._target, this._callbackFactory);