clients property

List<Client> clients

List of assigned clients.

Implementation

List<Client> get clients => state.clients;