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