StructValueField<E, R extends RType> constructor
const
StructValueField<E, R extends RType> (
- int offset,
- ElementCodec<
E, R> codec
Implementation
const StructValueField(super.offset, this.codec);