stream property - StreamController class - dart:async library (original) (raw)
Stream<T> getstream
The stream that this controller is controlling.
Implementation
Stream<T> get stream;
Stream<T> getstream
The stream that this controller is controlling.
Stream<T> get stream;