DocumentAttributeValueCountPair constructor

DocumentAttributeValueCountPair({
  1. int? count,
  2. DocumentAttributeValue? documentAttributeValue,
})

Implementation

DocumentAttributeValueCountPair({
  this.count,
  this.documentAttributeValue,
});