didExceedMatchLimit property

bool get didExceedMatchLimit

Implementation

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