totalTaskCount property
int
get
totalTaskCount
Gets the total number of tasks (pending + running)
Implementation
int get totalTaskCount => _taskQueue.totalTaskCount;
Gets the total number of tasks (pending + running)
int get totalTaskCount => _taskQueue.totalTaskCount;