Key constructor
Key({
- required AttributeValue hashKeyElement,
- AttributeValue? rangeKeyElement,
Implementation
Key({
required this.hashKeyElement,
this.rangeKeyElement,
});