KeysAndProjection constructor

KeysAndProjection({
  1. required List<Map<String, dynamic>> keys,
  2. bool? consistentRead,
  3. Map<String, String>? expressionAttributeNames,
  4. String? projectionExpression,
})

Implementation

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