StructStringValueField<R extends RTypeIntLike> constructor

const StructStringValueField<R extends RTypeIntLike>(
  1. int offset,
  2. StringCodec<R> codec
)

Implementation

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