totalTaskCount property
int
get
totalTaskCount
Gets the total number of tasks
Implementation
int get totalTaskCount => queuedTaskCount + executingTaskCount;
Gets the total number of tasks
int get totalTaskCount => queuedTaskCount + executingTaskCount;