MapUpdate<K, V> class

MapStream stream event.

Constructors

MapUpdate(Map<K, V?> updatedMap, Map<K, V?> currentMap, Map<K, V?> prevMap)

Properties

currentMap Map<K, V?>
Map before update.
final
hashCode int
The hash code for this object.
no setterinherited
prevMap Map<K, V?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedMap Map<K, V?>
Changes to map during update.
final

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.
inherited