PVChunkedSeq<E> constructor

PVChunkedSeq<E>(
  1. PersistentVector vec,
  2. List arr,
  3. int i,
  4. int off,
  5. dynamic meta,
  6. int $UNDERSCORE_$UNDERSCORE_hash,
)

Implementation

PVChunkedSeq(this.vec, this.arr, this.i, this.off, this.meta, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();