CircleUpdates.from constructor

CircleUpdates.from(
  1. Set<Circle> previous,
  2. Set<Circle> current
)

Computes CircleUpdates given previous and current Circles.

Implementation

CircleUpdates.from(super.previous, super.current)
    : super.from(objectName: 'circle');