IndexAttachment class

Represents an index and an attached object.

Constructors

IndexAttachment({List<AttributeKeyAndValue>? indexedAttributes, String? objectIdentifier})
IndexAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
indexedAttributes List<AttributeKeyAndValue>?
The indexed attribute values.
final
objectIdentifier String?
In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited