addedFunctions property

Map<String, FunctionHandler> addedFunctions
final

A map from lowercase function names to the associated handler.

Implementation

final Map<String, FunctionHandler> addedFunctions = {};