StructPointerValueField<E, R extends RType> constructor

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

Implementation

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