hasClasses property
bool
get
hasClasses
Whether the asset contains any class definitions.
Implementation
bool get hasClasses => _hasType(ReferenceType.$class);
Whether the asset contains any class definitions.
bool get hasClasses => _hasType(ReferenceType.$class);