polygons property

  1. @visibleForTesting
Map<PolygonId, PolygonController> polygons

Returns the cache of PolygonControllers. Test only.

Implementation

@visibleForTesting
Map<PolygonId, PolygonController> get polygons => _polygonIdToController;