isEmpty property

bool isEmpty

Returns true if there are no matches.

Implementation

bool get isEmpty => matches.isEmpty;