clients property

List<Client> clients

Implementation

List<Client> get clients => _clients.toList(growable: false);