Attributes constructor

Attributes({
  1. Map<String, AttributeValue>? attributeMap,
  2. int? droppedAttributesCount,
})

Implementation

Attributes({this.attributeMap, this.droppedAttributesCount});