isConnected property

bool get isConnected

Whether the server is currently connected

Implementation

bool get isConnected => _transport != null;