hits property

  1. @JsonKey(name: r'hits')
List<Hit> hits
final

Search results (hits). Hits are records from your index that match the search criteria, augmented with additional attributes, such as, for highlighting.

Implementation

@JsonKey(name: r'hits')
final List<Hit> hits;