True when the enum is closed (unknown values routed to the unknown set).
bool isClosedEnum(Map<String, String> features) { return features[featureEnumType] == enumTypeClosed; }