functions property
All defined functions with name and implementation.
Implementation
Map<String, ILazyFunction> functions =
SplayTreeMap((a, b) => a.compareTo(b));
All defined functions with name and implementation.
Map<String, ILazyFunction> functions =
SplayTreeMap((a, b) => a.compareTo(b));