ArrayCodec<A> constructor

const ArrayCodec<A>(
  1. Codec<A> codec,
  2. int size
)

Implementation

const ArrayCodec(this.codec, this.size);