appConstantKeyFromNodeId static method
Extract the constant key from an app constant node ID. Returns null if the node ID is not an app constant node.
Implementation
static String? appConstantKeyFromNodeId(String nodeId) =>
_appConstant.extractKey(nodeId);