origin property
Stream<T>
get
origin
The origin stream
Note: if you pass null to the constructor, calling this method will throw NPE
Implementation
Stream<T> get origin => _origin!;
The origin stream
Note: if you pass null to the constructor, calling this method will throw NPE
Stream<T> get origin => _origin!;