Check if a node ID represents an enum.
static bool isEnumNodeId(String nodeId) => _enum.matches(nodeId);