aliasElement property

  1. @Deprecated('Use alias instead')
TypeAliasElement? aliasElement

If this type is an instantiation of a type alias, return it. Otherwise return null.

Implementation

@Deprecated('Use alias instead')
TypeAliasElement? get aliasElement;