BufferSegment constructor
const
BufferSegment(
- BufferRange range,
- int line,
- int? start,
- int? end,
Implementation
const BufferSegment(this.range, this.line, this.start, this.end)
: assert((start != null && end != null) ? start <= end : true);