HeatMapUpdates class

Constructors

HeatMapUpdates.update(Set<HeatMap> previous, Set<HeatMap> current)

Properties

deleteSet Set<HeatMapId>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
insertSet Set<HeatMap>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateSet Set<HeatMap>
getter/setter pair

Methods

isChanged(HeatMap curr, Map<HeatMapId, HeatMap> oldHeatMaps) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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