heatmaps property

  1. @visibleForTesting
Map<HeatmapId, HeatmapController> get heatmaps

Returns the cache of HeatmapControllers. Test only.

Implementation

@visibleForTesting
Map<HeatmapId, HeatmapController> get heatmaps => _heatmapIdToController;