Weather

class Weather

Represents the weather information.

Properties

Link copied to clipboard

The resource ID of the weather icon.

Link copied to clipboard

The high temperature for the day as a string.

Link copied to clipboard

The low temperature for the day as a string.

Link copied to clipboard

The current weather condition as a string.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String