FunctionStepCall constructor
const
FunctionStepCall({})
Creates a FunctionStepCall.
Implementation
const FunctionStepCall({
required this.id,
required this.name,
required this.arguments,
this.output,
});
Creates a FunctionStepCall.
const FunctionStepCall({
required this.id,
required this.name,
required this.arguments,
this.output,
});