customFunctionKeyFromNodeId static method
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);