getMixin2 abstract method

MixinElement2? getMixin2(
  1. String name
)

Returns the mixin defined in this library that has the given name.

Implementation

MixinElement2? getMixin2(String name);