didExceedMatchLimit property
bool
get
didExceedMatchLimit
Implementation
bool get didExceedMatchLimit {
_checkNotDisposed();
return _lastExecution?.exceeded ?? false;
}
bool get didExceedMatchLimit {
_checkNotDisposed();
return _lastExecution?.exceeded ?? false;
}