ElasticDocHit constructor

ElasticDocHit(
  1. String id,
  2. double score
)

Implementation

ElasticDocHit(this.id, this.score);