withFrom method

GaugeZone withFrom(
  1. double value
)

Replaces GaugeZone.from with value.

Implementation

GaugeZone withFrom(double value) => copyWith(from: value);