HighlightIndex constructor

HighlightIndex(
  1. int idxFrom,
  2. int length
)

Implementation

HighlightIndex(this.idxFrom, this.length);