isEnum method

bool isEnum()

Implementation

bool isEnum() {
  return enumValues != null;
}