queueLength property

int get queueLength

Number of items in the sync queue.

Implementation

int get queueLength => _queue.length;