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