CalorificValue$JoulePerMeterCubic class final

Unit of CalorificValue

Inheritance

Constructors

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

Properties

anchor CalorificValue
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 CalorificValue$JoulePerMeterCubic ≈ 0.000026839191732297995 CalorificValue$BTUPerFootCubic
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for CalorificValue$JoulePerMeterCubic
no setteroverride
toBTUPerFootCubic CalorificValue
Convert to CalorificValue$BTUPerFootCubic
no setterinherited
toCaloriePerCentimeterCubic CalorificValue
Convert to CalorificValue$CaloriePerCentimeterCubic
no setterinherited
toCHUPerFootCubic CalorificValue
Convert to CalorificValue$CHUPerFootCubic
no setterinherited
toJoulePerMeterCubic CalorificValue
Convert to CalorificValue$JoulePerMeterCubic
no setterinherited
toKilocaloriePerMeterCubic CalorificValue
Convert to CalorificValue$KilocaloriePerMeterCubic
no setterinherited
toKilojoulePerMeterCubic CalorificValue
Convert to CalorificValue$KilojoulePerMeterCubic
no setterinherited
toMegajoulePerMeterCubic CalorificValue
Convert to CalorificValue$MegajoulePerMeterCubic
no setterinherited
toThermPerFootCubic CalorificValue
Convert to CalorificValue$ThermPerFootCubic
no setterinherited
toThermPerGallonUK CalorificValue
Convert to CalorificValue$ThermPerGallonUK
no setterinherited
units List<CalorificValue>
no setterinherited
unitsAsMap EnumValues<CalorificValue>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(CalorificValue other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) CalorificValue
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>
CalorificValue$JoulePerMeterCubic in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) CalorificValue
Get the exact precision on value calculation
inherited
withValue(num val) CalorificValue$JoulePerMeterCubic
Creating CalorificValue$JoulePerMeterCubic with new value
override

Operators

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