aliasedElement2 property

  1. @Deprecated('Use aliasedElement instead')
Element? get aliasedElement2

If the aliased type has structure, return the corresponding element. For example, it could be GenericFunctionTypeElement.

If there is no structure, return null.

Implementation

@Deprecated('Use aliasedElement instead')
Element? get aliasedElement2;