isRunning property

bool get isRunning

Whether the node is currently running.

Implementation

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