getTypeAlias abstract method
Returns the type alias defined in this library that has the given name.
Implementation
TypeAliasElement? getTypeAlias(String name);
Returns the type alias defined in this library that has the given name.
TypeAliasElement? getTypeAlias(String name);