getMixin<I> abstract method
Gets a specific mixin applied to this class.
Type Parameters:
I
: The exact mixin type to retrieve
Returns:
- The mixin if applied
null
if not found
Implementation
Class<I>? getMixin<I>();
Gets a specific mixin applied to this class.
Type Parameters:
I
: The exact mixin type to retrieveReturns:
null
if not foundClass<I>? getMixin<I>();