connectionCount property
int
get
connectionCount
Number of active connections.
Implementation
int get connectionCount => _connections.length;
Number of active connections.
int get connectionCount => _connections.length;