StreamBuild<T> constructor

StreamBuild<T>(
  1. String key
)

Implementation

StreamBuild(this.key) {
  _controller = StreamController.broadcast();
}