IdWithScore constructor

IdWithScore(
  1. int id,
  2. double score
)

Create result wrapper.

Implementation

IdWithScore(this.id, this.score);