PutRecordBatchOutput constructor
PutRecordBatchOutput({
- required int failedPutCount,
- required List<
PutRecordBatchResponseEntry> requestResponses, - bool? encrypted,
Implementation
PutRecordBatchOutput({
required this.failedPutCount,
required this.requestResponses,
this.encrypted,
});