HStream<T>.static constructor

HStream<T>.static(
  1. T? first, [
  2. String? debugName
])

Implementation

HStream.static(this.first, [this.debugName]) : after = Stream.empty();