hasPendingEvents property Null safety
Returns true
if a call to sample can dispatch more events.
Implementation
bool get hasPendingEvents => _queuedEvents.isNotEmpty;
Returns true
if a call to sample can dispatch more events.
bool get hasPendingEvents => _queuedEvents.isNotEmpty;