pendingCount property
int
get
pendingCount
Get the number of pending mutations in the queue
Implementation
int get pendingCount => _queue.length;
Get the number of pending mutations in the queue
int get pendingCount => _queue.length;