variables property
All defined variables with name and value.
Implementation
Map<String, LazyNumber?> variables =
SplayTreeMap((a, b) => a.compareTo(b));
All defined variables with name and value.
Map<String, LazyNumber?> variables =
SplayTreeMap((a, b) => a.compareTo(b));