uriElement property
Element?
get
uriElement
Return the element associated with the uri of this directive, or null
if the AST structure has not been resolved or if the URI could not be
resolved.
Examples of the latter case include a directive that contains an invalid URL or a URL that does not exist.
Implementation
Element? get uriElement;