getFunctionReference method

  1. @override
ConstFunctionReference? getFunctionReference(
  1. String key
)
override

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