matchCount property

int get matchCount

The number of matches found for the current query.

Implementation

int get matchCount => _matches.length;