getMixin2 abstract method
Returns the mixin defined in this library that has the given name
.
Implementation
@Deprecated('Use getMixin instead')
MixinElement? getMixin2(String name);
Returns the mixin defined in this library that has the given name
.
@Deprecated('Use getMixin instead')
MixinElement? getMixin2(String name);