isImplementableIn abstract method

bool isImplementableIn(
  1. LibraryElement library
)

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

Implementation

bool isImplementableIn(LibraryElement library);