Dart
dart:async
StreamController
<
T
>
stream property
description
stream property
Stream
<
T
>
stream
The stream that this controller is controlling.
Implementation
Stream<T>
get
stream;