Temperature class abstract

The base unit for Temperature is the Kelvin.

Inheritance
Implementers
Available Extensions

Constructors

Temperature([Object? value])
The base unit for Temperature is the Kelvin.

Properties

base Unit
The base unit.
no setteroverride
formatted num
The formatted value.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of this unit.
no setterinherited
pluralName String
The plural name for this unit.
no setterinherited
prefix UnitPrefix
The unit prefix for this value.
no setterinherited
prefixType Type
The type of prefix used for this unit.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
The symbol for this unit.
no setterinherited
value num
The precise value.
no setterinherited

Methods

compareTo(Unit other) int
Compares this object to another object.
inherited
fromBase(num base) num
Converts from the base unit to this unit.
inherited
newInstance([Object? value]) Unit
Creates a new instance of this class.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase() num
Converts this unit to the base unit.
inherited
toString() String
A string representation of this object.
inherited

Operators

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