isEnum property

bool isEnum
inherited

Implementation

bool get isEnum {
  return targetType is InterfaceType && (targetType as InterfaceType).element is EnumElement;
}