isMixin property
Return true
if this class is defined by a mixin declaration.
Implementation
@Deprecated('Use `is MixinElement` instead')
bool get isMixin;
Return true
if this class is defined by a mixin declaration.
@Deprecated('Use `is MixinElement` instead')
bool get isMixin;