hasEnums property

bool get hasEnums

Whether the asset contains any enum definitions.

Implementation

bool get hasEnums => _hasType(ReferenceType.$enum);