pendingCount property

int get pendingCount

Number of calls still awaiting a result.

Implementation

int get pendingCount => _pending.length;