withLabel method

GaugeThreshold withLabel(
  1. String value
)

Replaces GaugeThreshold.label with value.

Implementation

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