WeatherElement

constructor(temperature: String, condition: WeatherElement.Condition, secondaryText: String? = null, title: String? = null, daytime: Boolean = true, sentiment: Sentiment? = null, compact: Boolean = false)