withStatus method
- String value
Replaces GaugeZone.status with value.
Implementation
GaugeZone withStatus(String value) => copyWith(status: value);
Replaces GaugeZone.status with value.
GaugeZone withStatus(String value) => copyWith(status: value);