StructPointerArrayField<E, R extends RType> constructor

const StructPointerArrayField<E, R extends RType>(
  1. int offset,
  2. PointerCodec<E, R> codec
)

Implementation

const StructPointerArrayField(super.offset, this.codec);