ArrayCodec<E, R extends RType> constructor

const ArrayCodec<E, R extends RType>(
  1. RArray<R> type,
  2. ContiguousCodec<E, R> inner,
  3. int count
)

Implementation

const ArrayCodec(super.type, this.inner, this.count);