isBase property
bool
get
isBase
Return true
if this mixin is a base mixin.
A mixin is a base mixin if it has an explicit base
modifier, or the
mixin has a base
induced modifier and isSealed
is true
as well.
The base modifier allows a mixin to be mixed in but not implemented.
Implementation
bool get isBase;