WeatherForecast

@Serializable
data class WeatherForecast(val temperatureList: List<Int>, val timeLocalList: List<String>, val iconCodeList: List<Int>, val precipChanceList: List<Int>)

Constructors

Link copied to clipboard
constructor(temperatureList: List<Int>, timeLocalList: List<String>, iconCodeList: List<Int>, precipChanceList: List<Int>)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getLowHigh(interval: Int): Pair<Int, Int>