HighlightRegion constructor

HighlightRegion(
  1. HighlightRegionType type,
  2. int offset,
  3. int length
)

Implementation

HighlightRegion(this.type, this.offset, this.length);