totalConnectionCount property

int get totalConnectionCount

Returns the total number of connections managed by this pool.

Implementation

int get totalConnectionCount => _allClients.length;