dslink
dslink.utils
BroadcastStreamController
stream
stream
dslink
dslink.utils
BroadcastStreamController
stream
property
stream
dslink
dslink.utils
BroadcastStreamController
Constructors
BroadcastStreamController
Properties
done
hasListener
isClosed
isPaused
onAllCancel
onCancel
onListen
onPause
onResume
onStartListen
sink
stream
hashCode
runtimeType
Operators
operator ==
Methods
add
addError
addStream
close
delayedCheckCancel
noSuchMethod
toString
Stream<T>
stream
The stream that this controller is controlling.
Source
Stream<T> get stream => _stream;