isNotEmpty property

bool get isNotEmpty

Returns true if there are matches.

Implementation

bool get isNotEmpty => matches.isNotEmpty;