isImplementableIn2 abstract method

bool isImplementableIn2(
  1. LibraryElement2 library
)

Whether the element, assuming that it is within scope, is implementable to classes, mixins, and enums in the given library.

Implementation

bool isImplementableIn2(LibraryElement2 library);