isExtendableIn abstract method

bool isExtendableIn(
  1. LibraryElement library
)

Whether the class, assuming that it is within scope, is extendable to classes in the given library.

Implementation

bool isExtendableIn(LibraryElement library);