hasPending property

bool get hasPending

True when the buffer has pending perceptions.

Implementation

bool get hasPending {
  _pruneExpired();
  return _buffer.isNotEmpty;
}