Return true if this element is an enum constant.
true
@override bool get isEnumConstant => enclosingElement is ClassElement && (enclosingElement as ClassElement).isEnum && !isSynthetic;