OffsetValue<T> constructor

const OffsetValue<T>(
  1. int offset,
  2. T value, [
  3. int? length
])

Implementation

const OffsetValue(this.offset, this.value, [this.length]);