EventStream<T> constructor
EventStream<T> (
- Event _target,
- Function _callbackFactory(
- void (
- T
- void (
Implementation
EventStream(this._target, this._callbackFactory);