appStateVarKeyFromNodeId static method
Extract the variable key from an app state variable node ID. Returns null if the node ID is not an app state variable node.
Implementation
static String? appStateVarKeyFromNodeId(String nodeId) =>
_appStateVar.extractKey(nodeId);