isEmpty property

bool get isEmpty

Returns true if there are no matches.

Implementation

bool get isEmpty => matches.isEmpty;