PutRecordsResultEntry constructor

PutRecordsResultEntry({
  1. String? errorCode,
  2. String? errorMessage,
  3. String? sequenceNumber,
  4. String? shardId,
})

Implementation

PutRecordsResultEntry({
  this.errorCode,
  this.errorMessage,
  this.sequenceNumber,
  this.shardId,
});