operators property

Map<String, ILazyOperator> operators
getter/setter pair

All defined operators with name and implementation.

Implementation

Map<String, ILazyOperator> operators =
    SplayTreeMap((a, b) => a.compareTo(b));