isConnected property

bool isConnected

Returns true iff there is exactly one listener to stream, which should be a Driver.

Implementation

bool get isConnected => _streamController.hasListener;