Result

data class Result(val weatherNow: String, val weatherHigh: String, val weatherLow: String, val iconResId: Int) : PlaceWeatherState

Constructors

Link copied to clipboard
constructor(weatherNow: String, weatherHigh: String, weatherLow: String, iconResId: Int)

Properties

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