isExtendableIn2 abstract method

bool isExtendableIn2(
  1. LibraryElement2 library
)

Whether the class, assuming that it is within scope, can be extended by classes in the given library.

Implementation

bool isExtendableIn2(LibraryElement2 library);