class ObservableLocationHash


Inheritance

Properties

changes → Stream<List<ChangeRecord>>

read-only, inherited
hash → String

Pushes a new URL state, similar to the affect of clicking a link. Has no effect if the value already equals window.location.hash.

read / write
hashCode → int

Get a hash code for this object.

read-only, inherited
hasObservers → bool

True if this object has any observers, and should call notifyPropertyChange for changes.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

deliverChanges() → bool

Synchronously deliver pending changes. Returns true if any records were delivered, otherwise false.

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
notifyChange(ChangeRecord record) → void

Notify observers of a change.

inherited
notifyPropertyChange(Symbol field, Object oldValue, Object newValue) → dynamic

Notify that the field name of this object has been changed.

inherited
observed() → void

Override this method to be called when the changes are first observed.

inherited
toString() → String

Returns a string representation of this object.

inherited
unobserved() → void

Override this method to be called when the changes are no longer being observed.

inherited