length property
int
get
length
Number of mutations currently in queue (alias for queueDepth).
Implementation
int get length => _queue.length;
Number of mutations currently in queue (alias for queueDepth).
int get length => _queue.length;