implementsClause property
Returns the implements
clause for the mixin, or null
if the mixin
does not implement any interfaces.
Implementation
ImplementsClause? get implementsClause;
Returns the implements
clause for the mixin, or null
if the mixin
does not implement any interfaces.
ImplementsClause? get implementsClause;