RealmListChanges<T extends Object> class
Null safety
Describes the changes in a Realm results 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.
read-only, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
inserted
→ List<
int> -
The indexes in the new collection which were added in this version.
read-only, inherited
-
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.
read-only, inherited
-
moved
→ List<
Move> -
The indexes of the objects in the collection which moved.
read-only, inherited
-
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.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited