CircleUpdates class

Constructors

CircleUpdates.update(Set<Circle> previous, Set<Circle> current)

Properties

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

Methods

isChanged(Circle curr, Map<CircleId, Circle> oldCircles) 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