nbHits property

int nbHits

The number of hits matched by the query.

Implementation

int get nbHits => raw['nbHits'] as int? ?? 0;