stream property - StreamController class - dart:async library (original) (raw)

description

Stream<T> getstream

The stream that this controller is controlling.

Implementation

Stream<T> get stream;