activeSessions property
int
get
activeSessions
The number of sessions currently being served.
Implementation
int get activeSessions => _sessions.length;
The number of sessions currently being served.
int get activeSessions => _sessions.length;