queueDepth property
int
get
queueDepth
Total number of pending mutations currently waiting in queue.
Implementation
int get queueDepth => _queue.length;
Total number of pending mutations currently waiting in queue.
int get queueDepth => _queue.length;