menu
ensemble_ts_interpreter package
documentation
invokables/context.dart
SimpleContext
addToThisContext method
addToThisContext method
dark_mode
light_mode
addToThisContext
method
@
override
void
addToThisContext
(
String
id
,
dynamic
value
)
override
Implementation
@override void addToThisContext(String id, value) { _dataContext[id] = value; }
ensemble_ts_interpreter package
documentation
invokables/context
SimpleContext
addToThisContext method
SimpleContext class