allConnectionsQty property
int
get
allConnectionsQty
Active + Idle connections
Implementation
int get allConnectionsQty => activeConnectionsQty + idleConnectionsQty;
Active + Idle connections
int get allConnectionsQty => activeConnectionsQty + idleConnectionsQty;