isRunning property

bool get isRunning

Whether the hub is running.

Implementation

bool get isRunning => _endpoint != null;