TivioDataStream<T> constructor

TivioDataStream<T>(
  1. StreamController<T>? _controller
)

Implementation

TivioDataStream(this._controller);