element3 property

  1. @Deprecated('Use element instead')
  2. @experimental
Element? get element3

Return the element representing the declaration of this type, or null if the type is not associated with an element.

Implementation

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