Mixin and base class for implementing an Observable object that performs its own change notifications, and does not need to be considered by Observable.dirtyCheck.
When a field, property, or indexable item is changed, a derived class should call notifyPropertyChange. See that method for an example.
Get a hash code for this object.…
True if this object has any observers, and should call
notifyPropertyChange
for changes.
A representation of the runtime type of the object.
The equality operator.…
Synchronously deliver pending changes
. Returns true if any records were
delivered, otherwise false.
Invoked when a non-existent method or property is accessed.…
Notify observers of a change.…
Notify that the field name
of this object has been changed.…
Override this method to be called when the changes are first observed.
Returns a string representation of this object.
Override this method to be called when the changes are no longer being observed.