Weather Element
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)