RealmListChanges<T extends Object?> class

Describes the changes in a Realm list collection since the last time the notification callback was invoked.

Properties

deleted List<int>
The indexes in the previous version of the collection which have been removed from this one.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inserted List<int>
The indexes in the new collection which were added in this version.
no setterinherited
isCleared bool
true if the collection was cleared.
no setterinherited
isCollectionDeleted bool
true if the underlying list was deleted.
no setter
list RealmList<T>
The collection being monitored for changes.
final
modified List<int>
The indexes of the objects in the new collection which were modified in this version.
no setterinherited
moved List<Move>
The indexes of the objects in the collection which moved.
no setterinherited
newModified List<int>
The indexes in the new version of the collection which were modified. Conceptually, it contains the same entries as modified but after the insertions and deletions have been accounted for.
no setterinherited
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