changes property
Stream<RealmObjectChanges<RealmObjectBase> >
get
changes
Allows listening for property changes on this Realm object.
Returns a Stream of RealmObjectChanges<T>
that can be listened to.
If the object is not managed a RealmStateError is thrown.
Implementation
Stream<RealmObjectChanges<RealmObjectBase>> get changes => throw RealmError("Invalid usage. Use the generated inheritors of RealmObject");