stream property

Stream<T> get stream

The Dart stream for the Rust sink

Implementation

Stream<T> get stream => _state!.stream;