withStatus method

GaugeZone withStatus(
  1. String value
)

Replaces GaugeZone.status with value.

Implementation

GaugeZone withStatus(String value) => copyWith(status: value);