ParallelFunctionCallResponse constructor

const ParallelFunctionCallResponse({
  1. required List<FunctionCallResponse> calls,
})

Implementation

const ParallelFunctionCallResponse({required this.calls});