HeatFluxDensity$CHUPerHourFootSquare class final

Unit of HeatFluxDensity

Inheritance

Constructors

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

Properties

anchor HeatFluxDensity
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 HeatFluxDensity$CHUPerHourFootSquare ≈ 5.678263398 HeatFluxDensity$WattPerMeterSquare
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for HeatFluxDensity$CHUPerHourFootSquare
no setteroverride
toBTUPerHourFootSquare HeatFluxDensity
Convert to HeatFluxDensity$BTUPerHourFootSquare
no setterinherited
toBTUPerMinuteFootSquare HeatFluxDensity
Convert to HeatFluxDensity$BTUPerMinuteFootSquare
no setterinherited
toCaloriePerSecondCentimeterSquare HeatFluxDensity
Convert to HeatFluxDensity$CaloriePerSecondCentimeterSquare
no setterinherited
toCHUPerHourFootSquare HeatFluxDensity
Convert to HeatFluxDensity$CHUPerHourFootSquare
no setterinherited
toDynePerHourCentimeter HeatFluxDensity
Convert to HeatFluxDensity$DynePerHourCentimeter
no setterinherited
toErgPerHourMillimeterSquare HeatFluxDensity
Convert to HeatFluxDensity$ErgPerHourMillimeterSquare
no setterinherited
toFootPoundPerMinuteFootSquare HeatFluxDensity
Convert to HeatFluxDensity$FootPoundPerMinuteFootSquare
no setterinherited
toGramCaloriePerHourCentimeterSquare HeatFluxDensity
Convert to HeatFluxDensity$GramCaloriePerHourCentimeterSquare
no setterinherited
toHorsepowerMetricPerFootSquare HeatFluxDensity
Convert to HeatFluxDensity$HorsepowerMetricPerFootSquare
no setterinherited
toHorsepowerUKPerFootSquare HeatFluxDensity
Convert to HeatFluxDensity$HorsepowerUKPerFootSquare
no setterinherited
toJoulePerSecondMeterSquare HeatFluxDensity
Convert to HeatFluxDensity$JoulePerSecondMeterSquare
no setterinherited
toKilocaloriePerHourFootSquare HeatFluxDensity
Convert to HeatFluxDensity$KilocaloriePerHourFootSquare
no setterinherited
toKilocaloriePerHourMeterSquare HeatFluxDensity
Convert to HeatFluxDensity$KilocaloriePerHourMeterSquare
no setterinherited
toKilowattPerMeterSquare HeatFluxDensity
Convert to HeatFluxDensity$KilowattPerMeterSquare
no setterinherited
toWattPerCentimeterSquare HeatFluxDensity
Convert to HeatFluxDensity$WattPerCentimeterSquare
no setterinherited
toWattPerInchSquare HeatFluxDensity
Convert to HeatFluxDensity$WattPerInchSquare
no setterinherited
toWattPerMeterSquare HeatFluxDensity
Convert to HeatFluxDensity$WattPerMeterSquare
no setterinherited
units List<HeatFluxDensity>
no setterinherited
unitsAsMap EnumValues<HeatFluxDensity>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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