hasMixins property

bool get hasMixins

Whether the asset contains any mixin definitions.

Implementation

bool get hasMixins => _hasType(ReferenceType.$mixin);