clearCategoryValue method
Clears HeatmapDataPoint.categoryValue to null.
Implementation
HeatmapDataPoint clearCategoryValue() => copyWith(clearCategoryValue: true);
Clears HeatmapDataPoint.categoryValue to null.
HeatmapDataPoint clearCategoryValue() => copyWith(clearCategoryValue: true);