pendingTaskCount property
int
get
pendingTaskCount
Gets the number of pending tasks
Implementation
int get pendingTaskCount => _pendingTasks.length;
Gets the number of pending tasks
int get pendingTaskCount => _pendingTasks.length;