disconnected property

bool disconnected

Whether or not the client is disconnected from the server.

Implementation

bool get disconnected => connection.disconnected;