RangeSelectionByValue<T> constructor

RangeSelectionByValue<T>(
  1. T? start,
  2. bool startExclusive,
  3. T? end,
  4. bool endExclusive,
)

Implementation

RangeSelectionByValue(
    this.start, this.startExclusive, this.end, this.endExclusive);