Attributes constructor
Attributes({
- Map<
String, AttributeValue> ? attributeMap, - int? droppedAttributesCount,
Implementation
Attributes({
this.attributeMap,
this.droppedAttributesCount,
});