FunctionCallResponse constructor
FunctionCallResponse({
- required dynamic result,
- required List<
TriggerLog> logs, - required String error,
- required double durationInSeconds,
Implementation
FunctionCallResponse({
required this.result,
required this.logs,
required this.error,
required this.durationInSeconds,
});