customFunctionKeyFromNodeId static method

String? customFunctionKeyFromNodeId(
  1. String nodeId
)

Extract the custom function key from a node ID. Returns null if the node ID is not a custom function node.

Implementation

static String? customFunctionKeyFromNodeId(String nodeId) =>
    _customFunction.extractKey(nodeId);