Type.isManifestConstant

true if it is manifest constant. eg. enum name = "test";

struct Type
bool isManifestConstant;

Meta