WorkspaceBatchCallsResponse constructor

const WorkspaceBatchCallsResponse({
  1. required List<BatchCallResponse> batchCalls,
  2. dynamic nextDoc,
  3. bool? hasMore,
})

Implementation

const WorkspaceBatchCallsResponse({
  required this.batchCalls,
  this.nextDoc,
  this.hasMore,
});