getFunction abstract method

FunctionElement? getFunction(
  1. String name
)

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);