isConnected property

bool get isConnected

Indicates that port and interfacePort are actually connected, not just mapped pending a connection.

Implementation

bool get isConnected => _isConnected;