isImplementableIn abstract method

  1. @Deprecated('Use isImplementableOutside instead')
bool isImplementableIn(
  1. LibraryElement library
)

Whether the mixin, assuming that it is within scope, is implementable by declarations in the given library.

Implementation

@Deprecated('Use isImplementableOutside instead')
bool isImplementableIn(LibraryElement library);