WeatherNowWithForecast

data class WeatherNowWithForecast(val now: WeatherNow, val forecast: WeatherForecast)

Constructors

Link copied to clipboard
constructor(now: WeatherNow, forecast: WeatherForecast)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var unitOfMeasurement: UnitOfMeasurement