hasPending property
bool
get
hasPending
True when the buffer has pending perceptions.
Implementation
bool get hasPending {
_pruneExpired();
return _buffer.isNotEmpty;
}
True when the buffer has pending perceptions.
bool get hasPending {
_pruneExpired();
return _buffer.isNotEmpty;
}