FunctionResultContent constructor
Creates a new FunctionResultContent.
Implementation
FunctionResultContent({
required this.callId,
this.result,
this.exception,
});
Creates a new FunctionResultContent.
FunctionResultContent({
required this.callId,
this.result,
this.exception,
});