getMixin abstract method

MixinElement? getMixin(
  1. String name
)

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

Implementation

MixinElement? getMixin(String name);