BatchReadOperationResponse constructor

BatchReadOperationResponse({
  1. BatchReadException? exceptionResponse,
  2. BatchReadSuccessfulResponse? successfulResponse,
})

Implementation

BatchReadOperationResponse({
  this.exceptionResponse,
  this.successfulResponse,
});