LatentHeat$CaloriePerGram class final
Unit of LatentHeat
- Inheritance
-
- Object
- Unit<
LatentHeat> - LatentHeat
- LatentHeat$CaloriePerGram
Constructors
- LatentHeat$CaloriePerGram([num value = 0])
-
const
- LatentHeat$CaloriePerGram.from(LatentHeat unit)
-
Construct LatentHeat$CaloriePerGram from other LatentHeat
factory
-
LatentHeat$CaloriePerGram.fromJson(Map<
String, dynamic> json) -
If there is no matched key, returning with 0 value
factory
Properties
- anchor → LatentHeat
-
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 LatentHeat$CaloriePerGram ≈ 4.1868 LatentHeat$KilojoulePerKilogram
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
Symbol for LatentHeat$CaloriePerGram
no setteroverride
- toBTUPerPound → LatentHeat
-
Convert to LatentHeat$BTUPerPound
no setterinherited
- toCaloriePerGram → LatentHeat
-
Convert to LatentHeat$CaloriePerGram
no setterinherited
- toKilojoulePerKilogram → LatentHeat
-
Convert to LatentHeat$KilojoulePerKilogram
no setterinherited
-
units
→ List<
LatentHeat> -
no setterinherited
-
unitsAsMap
→ EnumValues<
LatentHeat> -
no setterinherited
- value → num
-
finalinherited
- valueShift → num
-
Ignore this
no setteroverride
Methods
-
compareTo(
LatentHeat other) → int -
Compares this object to another object.
inherited
-
convertTo<
E extends Unit< (T> >E to) → LatentHeat -
Convert this unit to another unit under same category, the value
of
to
is ignoredinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
LatentHeat$CaloriePerGram in JSON Map for advance use-case
override
-
toString(
) → String -
A string representation of this object.
inherited
-
withPrecision(
[Precision precision = Precision.two]) → LatentHeat -
Get the exact precision on value calculation
inherited
-
withValue(
num val) → LatentHeat$CaloriePerGram -
Creating LatentHeat$CaloriePerGram with new value
override
Operators
-
operator +(
LatentHeat other) → LatentHeat -
inherited
-
operator -(
LatentHeat other) → LatentHeat -
inherited
-
operator <(
LatentHeat other) → bool -
inherited
-
operator <=(
LatentHeat other) → bool -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
LatentHeat other) → bool -
inherited
-
operator >=(
LatentHeat other) → bool -
inherited