staticElement property
Return the forced extension element.
Return null
if the AST structure has not been resolved.
Implementation
@Deprecated('Use element instead')
ExtensionElement? get staticElement;
Return the forced extension element.
Return null
if the AST structure has not been resolved.
@Deprecated('Use element instead')
ExtensionElement? get staticElement;