changes property
      
      Stream<RealmListChanges<T> > 
      get
      changes
      
    
    
Allows listening for changes when the contents of this collection changes.
Implementation
Stream<RealmListChanges<T>> get changes;Allows listening for changes when the contents of this collection changes.
Stream<RealmListChanges<T>> get changes;