countClients property

int get countClients

Returns the total number of active WebSocket clients.

Implementation

int get countClients {
  return _clients.length;
}