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