hasClasses property

bool get hasClasses

Whether the asset contains any class definitions.

Implementation

bool get hasClasses => _hasType(ReferenceType.$class);