sink property

Sink<T> get sink

The sink of the underlying subject.

Implementation

Sink<T> get sink => _subject.sink;