ListReader<E> constructor

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

Implementation

const ListReader(this._elementReader);