isNotEmpty property
bool
get
isNotEmpty
Returns true if there are matches.
Implementation
bool get isNotEmpty => matches.isNotEmpty;
Returns true if there are matches.
bool get isNotEmpty => matches.isNotEmpty;