getTypeAlias abstract method

TypeAliasElement? getTypeAlias(
  1. String name
)

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

Implementation

TypeAliasElement? getTypeAlias(String name);