ByteField<V extends NativeType> constructor

const ByteField<V extends NativeType>(
  1. int offset
)

Implementation

const factory ByteField(int offset) = _ByteField<V>;