GroundOverlayUpdates class

Constructors

GroundOverlayUpdates.update(Set<GroundOverlay> previous, Set<GroundOverlay> current)

Properties

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

Methods

isChanged(GroundOverlay curr, Map<GroundOverlayId, GroundOverlay> oldGroundOverlays) 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