DocumentAttributeValueCountPair constructor
DocumentAttributeValueCountPair({
- int? count,
- DocumentAttributeValue? documentAttributeValue,
Implementation
DocumentAttributeValueCountPair({
this.count,
this.documentAttributeValue,
});