Get constructor

Get({
  1. required Map<String, AttributeValue> key,
  2. required String tableName,
  3. Map<String, String>? expressionAttributeNames,
  4. String? projectionExpression,
})

Implementation

Get({
  required this.key,
  required this.tableName,
  this.expressionAttributeNames,
  this.projectionExpression,
});