pendingCount property

int get pendingCount

Get the number of pending mutations in the queue

Implementation

int get pendingCount => _queue.length;