hasAgent property

bool get hasAgent

Checks whether an agent has joined the session.

Implementation

bool get hasAgent => agent != null;