getFunctionReference abstract method

ConstFunctionReference? getFunctionReference(
  1. String key
)

Gets a function reference property by name.

@param key The property name @return The function reference, or null if not found or not a function reference

Implementation

ConstFunctionReference? getFunctionReference(String key);