getTypeAlias abstract method
Returns the type alias with the given name, or null
if this library does not have a type alias with the given name.
Implementation
TypeAliasElement? getTypeAlias(String name);
Returns the type alias with the given name, or null
if this library does not have a type alias with the given name.
TypeAliasElement? getTypeAlias(String name);