Key constructor

Key({
  1. required AttributeValue hashKeyElement,
  2. AttributeValue? rangeKeyElement,
})

Implementation

Key({
  required this.hashKeyElement,
  this.rangeKeyElement,
});