withValue method

PolarThreshold withValue(
  1. double value
)

Replaces PolarThreshold.value with value.

Implementation

PolarThreshold withValue(double value) => copyWith(value: value);