PutRecordBatchOutput constructor

PutRecordBatchOutput({
  1. required int failedPutCount,
  2. required List<PutRecordBatchResponseEntry> requestResponses,
  3. bool? encrypted,
})

Implementation

PutRecordBatchOutput({
  required this.failedPutCount,
  required this.requestResponses,
  this.encrypted,
});