element property
Return the element associated with this directive, or null
if the AST
structure has not been resolved or if this directive could not be
resolved.
Implementation
@override
ExportElement? get element;
Return the element associated with this directive, or null
if the AST
structure has not been resolved or if this directive could not be
resolved.
@override
ExportElement? get element;