getFunctionReference abstract method
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);