tasksPending property

int get tasksPending

Returns the number of pending tasks in the main queue

Implementation

int get tasksPending => _queue.length;