BatchReadResponse constructor

BatchReadResponse({
  1. List<BatchReadOperationResponse>? responses,
})

Implementation

BatchReadResponse({
  this.responses,
});