Romer class

The Rømer scale also known as Romer or Roemer, is a temperature scale, based on the freezing point of pure water being 7.5 degrees and the boiling point of water as 60 degrees.

https://en.wikipedia.org/wiki/Romer_scale

Inheritance
Available Extensions

Constructors

Romer([Object? value])
The Rømer scale also known as Romer or Roemer, is a temperature scale, based on the freezing point of pure water being 7.5 degrees and the boiling point of water as 60 degrees.

Properties

base Unit
The base unit.
no setterinherited
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 setteroverride
pluralName String
The plural name for this unit.
no setteroverride
prefix UnitPrefix
The unit prefix for this value.
no setterinherited
prefixType Type
The type of prefix used for this unit.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
The symbol for this unit.
no setteroverride
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.
override
newInstance([Object? value]) Unit
Creates a new instance of this class.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase() num
Converts this unit to the base unit.
override
toString() String
A string representation of this object.
inherited

Operators

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