typeAliases property
List<TypeAliasElement2>
get
typeAliases
The type aliases defined in this library.
There is no guarantee of the order in which the type aliases will be returned. In particular, they are not guaranteed to be in lexical order.
Implementation
List<TypeAliasElement2> get typeAliases;