staticElement property

  1. @Deprecated('Use element instead')
ExtensionElement? staticElement

Return the forced extension element.

Return null if the AST structure has not been resolved.

Implementation

@Deprecated('Use element instead')
ExtensionElement? get staticElement;