RealmObjectChanges<T extends RealmObjectBase> class

Describes the changes in on a single RealmObject since the last time the notification callback was invoked.

Implemented types

Properties

hashCode int
The hash code for this object.
read-onlyinherited
isDeleted bool
True if the object was deleted.
read-only
object → T
The realm object being monitored for changes.
final
properties List<String>
The property names that have changed.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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