withCategoryValue method

HeatmapDataPoint withCategoryValue(
  1. String value
)

Replaces HeatmapDataPoint.categoryValue with value.

Implementation

HeatmapDataPoint withCategoryValue(String value) =>
    copyWith(categoryValue: value);