first_client_id property

int first_client_id

Implementation

int get first_client_id {
  try {
    return clients.keys.firstOrNull ?? 0;
  } catch (e) {}
  return 0;
}