variableNames property

Iterable<String> variableNames

Return the names of the variables for which a value has been defined.

Implementation

Iterable<String> get variableNames => _declaredVariables.keys;