Return the names of the variables for which a value has been defined.
Iterable<String> get variableNames => _declaredVariables.keys;