HighlightRegion constructor
HighlightRegion(
- HighlightRegionType type,
- int offset,
- int length
Implementation
HighlightRegion(this.type, this.offset, this.length);