Calories class

Calories conversion functions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

toBtu(double value) double
Converts the supplied Calories value to Btu
toElectronvolts(double value) double
Converts the supplied Calories value to Electronvolts
toFootPounds(double value) double
Converts the supplied Calories value to Foot Pounds
toJoules(double value) double
Converts the supplied Calories value to Joules
toKilocalories(double value) double
Converts the supplied Calories value to Kilocalories
toKilojoules(double value) double
Converts the supplied Calories value to Kilojoules
toKilowattHours(double value) double
Converts the supplied Calories value to Kilowatt Hours
toUSTherms(double value) double
Converts the supplied Calories value to US Therms
toWattHours(double value) double
Converts the supplied Calories value to Watt Hours