pendingTaskCount property

int get pendingTaskCount

Gets the number of pending tasks

Implementation

int get pendingTaskCount => _pendingTasks.length;