isExtendableIn abstract method

bool isExtendableIn(
  1. LibraryElement library
)

Return true if this element, assuming that it is within scope, is extendable to classes in the given library.

Implementation

bool isExtendableIn(LibraryElement library);