menu
genkit package
documentation
client.dart
Operation
Operation.new constructor
Operation.new constructor
dark_mode
light_mode
Operation
constructor
Operation
(
{
String
?
action
,
required
String
?
id
,
bool
?
done
,
dynamic
output
,
Map
<
String
,
dynamic
>
?
error
,
Map
<
String
,
dynamic
>
?
metadata
,
})
Implementation
Operation({ this.action, required this.id, this.done, this.output, this.error, this.metadata, });
genkit package
documentation
client
Operation
Operation.new constructor
Operation class