isBase property
      
      bool
      get
      isBase
      
    
    
Whether the mixin is a base mixin.
A mixin is a base mixin if it has an explicit base modifier.
The base modifier allows a mixin to be mixed in, but not implemented.
Implementation
bool get isBase;