enumKeyFromNodeId static method

String? enumKeyFromNodeId(
  1. String nodeId
)

Extract the enum key from a node ID. Returns null if the node ID is not an enum node.

Implementation

static String? enumKeyFromNodeId(String nodeId) => _enum.extractKey(nodeId);