appStateVarKeyFromNodeId static method

String? appStateVarKeyFromNodeId(
  1. String nodeId
)

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);