polygons property
Returns the cache of PolygonControllers. Test only.
Implementation
@visibleForTesting
Map<PolygonId, PolygonController> get polygons => _polygonIdToController;
Returns the cache of PolygonControllers. Test only.
@visibleForTesting
Map<PolygonId, PolygonController> get polygons => _polygonIdToController;