menu
flint_dart package
documentation
ai.dart
AiWorkflowRunResult
AiWorkflowRunResult.new const constructor
AiWorkflowRunResult.new const constructor
dark_mode
light_mode
AiWorkflowRunResult
constructor
const
AiWorkflowRunResult
(
{
required
String
workflowName
,
required
Map
<
String
,
dynamic
>
output
,
})
Implementation
const AiWorkflowRunResult({ required this.workflowName, required this.output, });
flint_dart package
documentation
ai
AiWorkflowRunResult
AiWorkflowRunResult.new const constructor
AiWorkflowRunResult class