hasMatches property

bool hasMatches

Whether there are any matches or not (so far).

Implementation

bool get hasMatches => _currentIndex != null && matches.isNotEmpty;