withLabel method

ThresholdAnnotation withLabel(
  1. String value
)

Replaces ThresholdAnnotation.label with value.

Implementation

ThresholdAnnotation withLabel(String value) => copyWith(label: value);