services/correction/namespace library

Functions

getExportedElement(LibraryElement? library, String name) → Element?
Returns the Element exported from the given LibraryElement.
getImportElement(SimpleIdentifier prefixNode) → LibraryImport?
Return the LibraryImport that is referenced by prefixNode, or null if the node does not reference a prefix or if we cannot determine which import is being referenced.