isRunning property

bool get isRunning

Whether the node is connected and ready for traffic.

Implementation

bool get isRunning => state == NodeState.running;