IndexAttachment constructor

IndexAttachment({
  1. List<AttributeKeyAndValue>? indexedAttributes,
  2. String? objectIdentifier,
})

Implementation

IndexAttachment({
  this.indexedAttributes,
  this.objectIdentifier,
});