BatchReadOperationResponse constructor
BatchReadOperationResponse({
- BatchReadException? exceptionResponse,
- BatchReadSuccessfulResponse? successfulResponse,
Implementation
BatchReadOperationResponse({
this.exceptionResponse,
this.successfulResponse,
});