changes property

Stream<RealmResultsChanges<T>> get changes

Allows listening for changes when the contents of this collection changes.

Implementation

Stream<RealmResultsChanges<T>> get changes => _changesFor(null);