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