element2 property
Return the element associated with this directive, or null
if the AST
structure has not been resolved.
Implementation
@Deprecated('Use element instead')
@override
LibraryImportElement? get element2;
Return the element associated with this directive, or null
if the AST
structure has not been resolved.
@Deprecated('Use element instead')
@override
LibraryImportElement? get element2;