Check if a node ID represents an app state variable.
static bool isAppStateVarNodeId(String nodeId) => _appStateVar.matches(nodeId);