withLabel method

GaugeTarget withLabel(
  1. String value
)

Replaces GaugeTarget.label with value.

Implementation

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