alias property
InstantiatedTypeAliasElement?
get
alias
If this type is an instantiation of a type alias, information about
the alias element, and the type arguments.
Otherwise return null
.
Implementation
InstantiatedTypeAliasElement? get alias;