circles property

Set<Circle> circles

The current set of circles on this map.

The returned set will be a detached snapshot of the circles collection.

Implementation

Set<Circle> get circles => Set<Circle>.from(_circles.values);