WeatherNow

@Serializable
data class WeatherNow(val temperature: Int?, val iconCode: Int?, val weatherPhrase: String?, val temperatureFeelsLike: Int?, val dayOrNight: String)

Constructors

Link copied to clipboard
constructor(temperature: Int?, iconCode: Int?, weatherPhrase: String?, temperatureFeelsLike: Int?, dayOrNight: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isDay(): Boolean