Record constructor

Record({
  1. String? awsRegion,
  2. StreamRecord? dynamodb,
  3. String? eventID,
  4. OperationType? eventName,
  5. String? eventSource,
  6. String? eventVersion,
  7. Identity? userIdentity,
})

Implementation

Record({
  this.awsRegion,
  this.dynamodb,
  this.eventID,
  this.eventName,
  this.eventSource,
  this.eventVersion,
  this.userIdentity,
});