Result

data class Result(val temperature: Int, val iconCode: Int?, val forecastLow: Int, val forecastHigh: Int, val isDay: Boolean) : PlaceWeather

Constructors

Link copied to clipboard
constructor(temperature: Int, iconCode: Int?, forecastLow: Int, forecastHigh: Int, isDay: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard