TemperatureValues class

Constructors

TemperatureValues({required Temperature from, required double number})
const

Properties

from Temperature
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toCelcius double
no setter
toFahrenheit double
no setter
toKelvin double
no setter

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited