Extract the enum key from a node ID. Returns null if the node ID is not an enum node.
static String? enumKeyFromNodeId(String nodeId) => _enum.extractKey(nodeId);