getTypeAlias abstract method

TypeAliasElement? getTypeAlias(
  1. 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.

Implementation

TypeAliasElement? getTypeAlias(String name);