ArrayCodec<E, R extends RType> constructor
const
ArrayCodec<E, R extends RType> (
- RArray<
R> type, - ContiguousCodec<
E, R> inner, - int count
Implementation
const ArrayCodec(super.type, this.inner, this.count);