Weather
class Weather @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val weatherNow: String, val weatherHigh: String, val weatherLow: String, @DrawableRes val iconResId: Int)
Represents the weather information.
Constructors
Link copied to clipboard
constructor(weatherNow: String, weatherHigh: String, weatherLow: String, @DrawableRes iconResId: Int)