members property

Iterable<String> members

Implementation

Iterable<String> get members => _clients.map((cl) => cl.nick);