isExtendableIn2 abstract method
Whether the class, assuming that it is within scope, can be extended in
the given library
.
Implementation
@Deprecated('Use isExtendableOutside instead')
bool isExtendableIn2(LibraryElement library);
Whether the class, assuming that it is within scope, can be extended in
the given library
.
@Deprecated('Use isExtendableOutside instead')
bool isExtendableIn2(LibraryElement library);