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