menu
tom_d4rt_ast package
documentation
runtime.dart
Environment
values property
values property
dark_mode
light_mode
values
property
Map
<
String
,
Object
?
>
get
values
Gets the map of variable bindings in this environment.
Implementation
Map<String, Object?> get values => _values;
tom_d4rt_ast package
documentation
runtime
Environment
values property
Environment class