isEnum property

bool get isEnum

Implementation

bool get isEnum => allSupertypes.any((e) => e.isDartCoreEnum);