getMixin abstract method

MixinElementImpl? getMixin(
  1. String name
)

Returns the mixin with the given name, or null if this library does not have a mixin with the given name.

Implementation

MixinElementImpl? getMixin(String name);