hitStart method

int? hitStart()

Returns the column of the last hit found by this instance.

Implementation

int? hitStart() {
  return searchEngine.lastMatch.position.column;
}