Data

data class Data(    val address: String,     @DrawableRes val backgroundResId: Int,     val degreesNow: String,     val degreesHigh: String,     val degreesLow: String,     @DrawableRes val weatherIconResId: Int?,     @StringRes val descriptionResId: Int?,     val feelsLike: String,     val forecastItemStates: List<WeatherFullScreenForecastItemState>) : WeatherFullScreenState

Constructors

Link copied to clipboard
constructor(    address: String,     @DrawableRes backgroundResId: Int,     degreesNow: String,     degreesHigh: String,     degreesLow: String,     @DrawableRes weatherIconResId: Int?,     @StringRes descriptionResId: Int?,     feelsLike: String,     forecastItemStates: List<WeatherFullScreenForecastItemState>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val backgroundResId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard