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

description

StreamSink<T> getsink

Returns a view of this object that only exposes the StreamSink interface.

Implementation

StreamSink<T> get sink;