getTopLevelFunction abstract method
Returns the function defined in this library that has the given name
.
Implementation
TopLevelFunctionElement? getTopLevelFunction(String name);
Returns the function defined in this library that has the given name
.
TopLevelFunctionElement? getTopLevelFunction(String name);