SelectSearchResult constructor

SelectSearchResult(
  1. int score,
  2. int index,
  3. bool hasSelectedValue
)

Implementation

SelectSearchResult(this.score, this.index, this.hasSelectedValue);