AttributeKeyAndValue constructor
AttributeKeyAndValue({
- required AttributeKey key,
- required TypedAttributeValue value,
Implementation
AttributeKeyAndValue({
required this.key,
required this.value,
});