appConstantKeyFromNodeId static method

String? appConstantKeyFromNodeId(
  1. String nodeId
)

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