weatherStatus property
Implementation
Capabilities_WeatherStatusBuilder get weatherStatus => _$this._weatherStatus ??= Capabilities_WeatherStatusBuilder();
Implementation
set weatherStatus(covariant Capabilities_WeatherStatusBuilder? weatherStatus) =>
_$this._weatherStatus = weatherStatus;