hasPendingCalls property

bool get hasPendingCalls

Implementation

bool get hasPendingCalls => _queuedCallback != null || _queue.isNotEmpty;