tasksPending property
int
get
tasksPending
Returns the number of pending tasks in the main queue
Implementation
int get tasksPending => _queue.length;
Returns the number of pending tasks in the main queue
int get tasksPending => _queue.length;