element property

  1. @Deprecated('Use element2 instead')
Element? get element

The element referenced by effectiveName, or null if not resolved yet, non-null inside valid ObjectPatterns, always null inside RecordPatterns.

Implementation

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