isConnected property

  1. @override
bool isConnected
override

Whether the device on the other end is connected.

Implementation

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