WeatherElement

data class WeatherElement(val temperature: String, val condition: WeatherElement.Condition, val secondaryTemperature: String? = null, val title: String? = null) : UiElement.Static

Constructors

Link copied to clipboard
constructor(temperature: String, condition: WeatherElement.Condition, secondaryTemperature: String? = null, title: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: String? = null