SyncObjectEvent class

Event emitted when a sync operation completes for an object.

Contains information about which object was synced and provides access to the updated Realm object instance.

Constructors

SyncObjectEvent(String collectionName, String id, dynamic object)

Properties

collectionName String
The MongoDB collection name where the object was synced.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the synced object.
final
object → dynamic
The actual Realm object instance that was synced.
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