isMixableIn2 abstract method
Whether the class, assuming that it is within scope, can be mixed-in in
the given library
.
Implementation
@Deprecated('Use isMixableOutside instead')
bool isMixableIn2(LibraryElement library);
Whether the class, assuming that it is within scope, can be mixed-in in
the given library
.
@Deprecated('Use isMixableOutside instead')
bool isMixableIn2(LibraryElement library);