idleConnectionsQty property
int
get
idleConnectionsQty
Number of idle connections in this pool Idle are connections which are currently not interacting with the database and ready to be used
Implementation
int get idleConnectionsQty => _idleConnections.length;