Temperature class

Inheritance

Constructors

Temperature()
factory

Properties

baseUnit Unit<Temperature>
Return the baseUnit of my first SystemOfMeasurement
no setterinherited
celcius Unit<Temperature>
latefinal
dimensionSymbol String
Dimension symbol
finalinherited
fahrenheit Unit<Temperature>
latefinal
hashCode int
The hash code for this object.
no setterinherited
kelvin Unit<Temperature>
latefinal
kind String
Texttual name for this PhysicalProperty
finalinherited
quantitySymbol String
Qunatity symbol
finalinherited
rankine Unit<Temperature>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldPreloadAllUnits bool
Methos called by the constructor to allow preloading of all units if desired.
no setterinherited
systemsOfUnits List<SystemOfUnits<Temperature>>
Collection of SystemOfMeasurement for this PhysicalProperty
finalinherited
unitList List<Unit<Temperature>>
Return all units in all of my SystemOfMeasurement list
no setterinherited

Methods

defineSystemsOfUnits() → void
Method called by the constructor to define subclass systems of units along their base units.
override
loadAllUnits() → void
Define (load) all units.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unitWith({required String symbol}) Unit<Temperature>?
Finds an unit with a symbol in my SystemOfMeasurement list
inherited

Operators

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