IndexAttachment constructor
IndexAttachment({
- List<
AttributeKeyAndValue> ? indexedAttributes, - String? objectIdentifier,
Implementation
IndexAttachment({
this.indexedAttributes,
this.objectIdentifier,
});