StreamRecord constructor

StreamRecord({
  1. DateTime? approximateCreationDateTime,
  2. Map<String, AttributeValue>? keys,
  3. Map<String, AttributeValue>? newImage,
  4. Map<String, AttributeValue>? oldImage,
  5. String? sequenceNumber,
  6. int? sizeBytes,
  7. StreamViewType? streamViewType,
})

Implementation

StreamRecord({
  this.approximateCreationDateTime,
  this.keys,
  this.newImage,
  this.oldImage,
  this.sequenceNumber,
  this.sizeBytes,
  this.streamViewType,
});