StreamBuild<T> constructor
StreamBuild<T> (
- String key
Implementation
StreamBuild(this.key) {
_controller = StreamController.broadcast();
}
StreamBuild(this.key) {
_controller = StreamController.broadcast();
}