variables property

Map<String, LazyNumber?> variables
getter/setter pair

All defined variables with name and value.

Implementation

Map<String, LazyNumber?> variables =
    SplayTreeMap((a, b) => a.compareTo(b));