containingLibraryName property

String? containingLibraryName
getter/setter pair

The URI of the containing library, examples here include "dart:core", "package:.." and file uris represented by the path on disk, "/..". The data is omitted if the element is declared inside an HTML file.

Implementation

String? containingLibraryName;