SearchResult constructor

const SearchResult(
  1. int score,
  2. bool hasSelectedValue
)

Implementation

const SearchResult(this.score, this.hasSelectedValue);