values property

Map<String, Object?> get values

Gets the map of variable bindings in this environment.

Implementation

Map<String, Object?> get values => _values;