getFunctionReference 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
@override
ConstFunctionReference? getFunctionReference(String key) => _getTyped<ConstFunctionReference>(key);