UpdateDiff<E> class

Inheritance
Available Extensions

Constructors

UpdateDiff(SetDiffArguments<E> args, E oldValue, E newValue)

Properties

args SetDiffArguments<E>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
items Set<E>
no setteroverride
newValue → E
final
oldValue → E
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SetDiffType
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recast<R>(SetDiffArguments<R> args) UpdateDiff<R>
override
toString() String
A string representation of this object.
inherited

Operators

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