PropertyChangeRecord<T, K> class

A change record to a field of a generic observable object.

Implemented types

Constructors

PropertyChangeRecord(Object object, K name, T oldValue, T newValue)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name → K
Identifier of the property that changed.
final
newValue → T
New value of the property.
final
object Object
Object that changed.
final
oldValue → T
Previous value of the property.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override