KeysAndAttributes constructor

KeysAndAttributes({
  1. required List<Map<String, AttributeValue>> keys,
  2. List<String>? attributesToGet,
  3. bool? consistentRead,
  4. Map<String, String>? expressionAttributeNames,
  5. String? projectionExpression,
})

Implementation

KeysAndAttributes({
  required this.keys,
  this.attributesToGet,
  this.consistentRead,
  this.expressionAttributeNames,
  this.projectionExpression,
});