MapDiff<K, V> class

Constructors

MapDiff(MapDiffArguments<K, V> args, MapDiffType type, K key, V? value, V? oldValue)
const
MapDiff.change(MapDiffArguments<K, V> args, K key, V? value, V? oldValue)
const
MapDiff.set(MapDiffArguments<K, V> args, K key, V? value)
const
MapDiff.unset(MapDiffArguments<K, V> args, K key, V? oldValue)
const

Properties

args MapDiffArguments<K, V>
final
hashCode int
The hash code for this object.
no setterinherited
key → K
final
oldValue → V?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MapDiffType
final
value → V?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recast<KK, VV>(MapDiffArguments<KK, VV> args) MapDiff<KK, VV>
toString() String
A string representation of this object.
override

Operators

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