getFunction abstract method
Returns the function with the given name, or null
if this library does not have a function with the given name.
Implementation
FunctionElement? getFunction(String name);
Returns the function with the given name, or null
if this library does not have a function with the given name.
FunctionElement? getFunction(String name);