ResultEntry constructor

ResultEntry(
  1. String poi,
  2. double score
)

Implementation

ResultEntry(this.poi, this.score);