functions property

Map<String, ILazyFunction> functions
getter/setter pair

All defined functions with name and implementation.

Implementation

Map<String, ILazyFunction> functions =
    SplayTreeMap((a, b) => a.compareTo(b));