WorkspaceBatchCallsResponse constructor
const
WorkspaceBatchCallsResponse({
- required List<
BatchCallResponse> batchCalls, - dynamic nextDoc,
- bool? hasMore,
Implementation
const WorkspaceBatchCallsResponse({
required this.batchCalls,
this.nextDoc,
this.hasMore,
});