menu
tom_d4rt_ast package
documentation
runtime.dart
RuntimeValue
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
void
set
(
String
name
,
Object
?
value
)
Sets a property of this value.
Implementation
void set(String name, Object? value);
tom_d4rt_ast package
documentation
runtime
RuntimeValue
set abstract method
RuntimeValue class