StreamElement<T> constructor

StreamElement<T>(
  1. T? elem,
  2. int index
)

Implementation

StreamElement(this.elem, this.index);