matchCount property
int
get
matchCount
The number of matches found for the current query.
Implementation
int get matchCount => _matches.length;
The number of matches found for the current query.
int get matchCount => _matches.length;