class PropertyChangeRecord<T>


A change record to a field of an observable object.

Inheritance

Constructors

PropertyChangeRecord(object, Symbol name, T oldValue, T newValue)

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
name → Symbol

The name of the property that changed.

read-only
newValue → T

The new value of the property.

read-only
object → dynamic

The object that changed.

read-only
oldValue → T

The previous value of the property.

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() → String

Returns a string representation of this object.