AlgoliaObjectReference class

Properties

algolia Algolia
final
hashCode int
The hash code for this object.
no setterinherited
index String?
no setter
objectID String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteObject() Future
Delete the object referred to by this AlgoliaObjectReference.
getObject() Future
Get the object referred to by this AlgoliaObjectReference.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partialUpdateObject(Map<String, dynamic> data, {bool createIfNotExists = true}) Future
PartialUpdateObject
setData(Map<String, dynamic> data) Future
Writes to the object referred to by this AlgoliaObjectReference.
toString() String
A string representation of this object.
inherited
updateData(Map<String, dynamic> data) Future
UpdateData

Operators

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