getTypeAlias abstract method

TypeAliasElement2? getTypeAlias(
  1. String name
)

Returns the type alias defined in this library that has the given name.

Implementation

TypeAliasElement2? getTypeAlias(String name);