typeAliases property
List<TypeAliasElement>
get
typeAliases
Return a list containing all of the type aliases contained in this compilation unit.
Implementation
List<TypeAliasElement> get typeAliases;
Return a list containing all of the type aliases contained in this compilation unit.
List<TypeAliasElement> get typeAliases;