isLibrary property

Future<bool> Function(String) isLibrary
final

Returns whether uri represents a summarized/analyzed dart library.

It should be assumed the uri parameter, if a relative URI, is relative to the library being analyzed.

Implementation

final Future<bool> Function(String) isLibrary;