activeConnectionsQty property

int get activeConnectionsQty

Number of active connections in this pool Active are connections which are currently interacting with the database

Implementation

int get activeConnectionsQty => _activeConnections.length;