totalConnectionCount property
int
get
totalConnectionCount
Returns the total number of connections managed by this pool.
Implementation
int get totalConnectionCount => _allClients.length;
Returns the total number of connections managed by this pool.
int get totalConnectionCount => _allClients.length;