clients property

List<Client>? clients
getter/setter pair

The returned list of clients.

Implementation

core.List<Client>? clients;