hasClients property

bool get hasClients

Implementation

bool get hasClients {
  return _clients.isNotEmpty;
}