FunctionResponse constructor
const
FunctionResponse({})
Creates a FunctionResponse.
Implementation
const FunctionResponse({
this.id,
required this.name,
required this.response,
this.parts,
this.willContinue,
this.scheduling,
});