menu
ensemble_ts_interpreter package
documentation
invokables/context.dart
SimpleContext
hasContext method
hasContext method
dark_mode
light_mode
hasContext
method
@
override
bool
hasContext
(
String
id
)
override
Implementation
@override bool hasContext(String id) { return _dataContext.containsKey(id); }
ensemble_ts_interpreter package
documentation
invokables/context
SimpleContext
hasContext method
SimpleContext class