needsLogin property

bool get needsLogin

Whether the node needs authentication credentials.

Implementation

bool get needsLogin => state == NodeState.needsLogin;