connectionCount property
int
get
connectionCount
How many connections have been opened.
Implementation
int get connectionCount => _connections.length;
How many connections have been opened.
int get connectionCount => _connections.length;