FunctionResponse constructor
const
FunctionResponse(})
Implementation
const FunctionResponse(
this.name,
this.response, {
this.id,
bool? isThought,
}) : super(
isThought: isThought,
thoughtSignature: null,
);