BlopEvent<T> constructor

BlopEvent<T>(
  1. Stream<T> _processFn(),
  2. String type
)

Implementation

BlopEvent(this._processFn, this.type);