Dart SDK
dart:async
StreamController
stream
stream
Dart SDK
dart:async
StreamController
stream
property
stream
Dart SDK
dart:async
StreamController
Constructors
StreamController
broadcast
Properties
done
hashCode
hasListener
isClosed
isPaused
onCancel
onListen
onPause
onResume
runtimeType
sink
stream
Operators
operator ==
Methods
add
addError
addStream
close
noSuchMethod
toString
Stream
<T>
stream
The stream that this controller is controlling.
Source
Stream<T> get stream;