AttributeKeyAndValue constructor

AttributeKeyAndValue({
  1. required AttributeKey key,
  2. required TypedAttributeValue value,
})

Implementation

AttributeKeyAndValue({
  required this.key,
  required this.value,
});