isConnected property

  1. @override
bool isConnected
inherited

Whether the socket is connected to the intended device(s).

Implementation

@override
bool get isConnected => destination != null;