StructValueField<E, R extends RType> constructor

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

Implementation

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