getMixin<I> abstract method

Class<I>? getMixin<I>()

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>();