getTopLevelFunction abstract method

TopLevelFunctionElement? getTopLevelFunction(
  1. String name
)

Returns the function defined in this library that has the given name.

Implementation

TopLevelFunctionElement? getTopLevelFunction(String name);