Creates a new Heatmap object whose values are the same as this instance.
@override Heatmap clone() => copyWith( dataParam: List<WeightedLatLng>.of(data), gradientParam: gradient?.clone(), );