hasAgent property
bool
get
hasAgent
Checks whether an agent has joined the session.
Implementation
bool get hasAgent => agent != null;
Checks whether an agent has joined the session.
bool get hasAgent => agent != null;