customActionKeyFromNodeId static method

String? customActionKeyFromNodeId(
  1. String nodeId
)

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

Implementation

static String? customActionKeyFromNodeId(String nodeId) =>
    _customAction.extractKey(nodeId);