isMixinApplication property
bool
get
isMixinApplication
Whether the class is a mixin application.
A class is a mixin application if it was declared using the syntax
class A = B with C;
.
Implementation
bool get isMixinApplication;