menu
flint_dart package
documentation
ai.dart
AiRunContext
state property
state property
dark_mode
light_mode
state
property
Map
<
String
,
dynamic
>
get
state
Mutable run state accumulated during execution.
Implementation
Map<String, dynamic> get state => run.state;
flint_dart package
documentation
ai
AiRunContext
state property
AiRunContext class