ParallelFunctionCallResponse constructor
const
ParallelFunctionCallResponse({
- required List<
FunctionCallResponse> calls,
Implementation
const ParallelFunctionCallResponse({required this.calls});