FunctionResponse<T> constructor
FunctionResponse<T> ({})
Implementation
FunctionResponse({
required this.result,
required this.success,
this.error,
required this.executionTime,
required this.output,
});