WeatherNowWithForecast

data class WeatherNowWithForecast(var now: WeatherNow, var 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

Functions

Link copied to clipboard