element property

  1. @Deprecated('Use element2 instead')
  2. @override
AugmentationImportElement? element
override

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

@Deprecated('Use element2 instead')
@override
AugmentationImportElement? get element;