heatmap property

  1. @visibleForTesting
HeatmapLayer? get heatmap

Returns the wrapped visualization.HeatmapLayer. Only used for testing.

Implementation

@visibleForTesting
visualization.HeatmapLayer? get heatmap => _heatmap;