SearchResult constructor

SearchResult(
  1. int index,
  2. String line
)

Implementation

SearchResult(this.index, this.line);