leasedConnectionCount property
int
get
leasedConnectionCount
Returns the number of connections currently in use.
Implementation
int get leasedConnectionCount => _leasedClients.length;
Returns the number of connections currently in use.
int get leasedConnectionCount => _leasedClients.length;