Humidity class

Humidity is the water vapour in the air

This unit is can not be comparable

Constructors

Humidity(num value)
Assign Humidity's percentage as value

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol of WeatherUnit
no setter
value double
Actual value of this WeatherUnit
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator <(Object compare) bool
inherited
operator <=(Object compare) bool
inherited
operator ==(Object compare) bool
The equality operator.
inherited
operator >(Object compare) bool
inherited
operator >=(Object compare) bool
inherited