isConnected property

bool isConnected

Retuns true is the connection is open.

Implementation

bool get isConnected => connectionState == 'open';