withLabel method

PolarThreshold withLabel(
  1. String value
)

Replaces PolarThreshold.label with value.

Implementation

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