EagerListReader<E> constructor

const EagerListReader<E>(
  1. Reader<E> _elementReader
)

Create a reader with the given element reader

Implementation

const EagerListReader(this._elementReader);