withTo method

GaugeZone withTo(
  1. double value
)

Replaces GaugeZone.to with value.

Implementation

GaugeZone withTo(double value) => copyWith(to: value);