hasPendingEvents property

bool get hasPendingEvents

Returns true if a call to sample can dispatch more events.

Implementation

bool get hasPendingEvents => _queuedEvents.isNotEmpty;