generateHeatmapSourceId function

String generateHeatmapSourceId(
  1. HeatmapConfig heatmapConfig
)

Implementation

String generateHeatmapSourceId(HeatmapConfig heatmapConfig) {
  return 'heatmap-source-${heatmapConfig.hashCode}';
}