connections property

StreamQueue<SseConnection> connections

Implementation

StreamQueue<SseConnection> get connections =>
    _connectionsStream ??= StreamQueue(_connectionController.stream);