ThermalExpansion$LengthPerLengthPerRankine class final

Inheritance

Constructors

ThermalExpansion$LengthPerLengthPerRankine([num value = 0])
const
ThermalExpansion$LengthPerLengthPerRankine.from(ThermalExpansion unit)
Construct ThermalExpansion$LengthPerLengthPerRankine from other ThermalExpansion
factory
ThermalExpansion$LengthPerLengthPerRankine.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor ThermalExpansion
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 ThermalExpansion$LengthPerLengthPerRankine ≈ 1.8 ThermalExpansion$LengthPerLengthPerKelvin
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for ThermalExpansion$LengthPerLengthPerRankine
no setteroverride
toLengthPerLengthPerCelsius ThermalExpansion
Convert to ThermalExpansion$LengthPerLengthPerCelsius
no setterinherited
toLengthPerLengthPerFahrenheit ThermalExpansion
Convert to ThermalExpansion$LengthPerLengthPerFahrenheit
no setterinherited
toLengthPerLengthPerKelvin ThermalExpansion
Convert to ThermalExpansion$LengthPerLengthPerKelvin
no setterinherited
toLengthPerLengthPerRankine ThermalExpansion
Convert to ThermalExpansion$LengthPerLengthPerRankine
no setterinherited
toLengthPerLengthPerReaumur ThermalExpansion
Convert to ThermalExpansion$LengthPerLengthPerReaumur
no setterinherited
units List<ThermalExpansion>
no setterinherited
unitsAsMap EnumValues<ThermalExpansion>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(ThermalExpansion other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) ThermalExpansion
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
ThermalExpansion$LengthPerLengthPerRankine in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) ThermalExpansion
Get the exact precision on value calculation
inherited
withValue(num val) ThermalExpansion$LengthPerLengthPerRankine
Creating ThermalExpansion$LengthPerLengthPerRankine with new value
override

Operators

operator +(ThermalExpansion other) ThermalExpansion
inherited
operator -(ThermalExpansion other) ThermalExpansion
inherited
operator <(ThermalExpansion other) bool
inherited
operator <=(ThermalExpansion other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(ThermalExpansion other) bool
inherited
operator >=(ThermalExpansion other) bool
inherited