TemperatureConverter class

Constructors

TemperatureConverter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({required Unit<Temperature> unit, required double factor}) → void
inherited
convertionFactor({required Unit<Temperature> fromUnit, required Unit<Temperature> toUnit}) double
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quantityConverter({required covariant Unit<PhysicalProperty> fromUnit, required covariant Unit<PhysicalProperty> toUnit}) → QuantityConverter
toString() String
A string representation of this object.
inherited

Operators

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