DensityFactors class
Defines base conversion factors for various density units relative to the Kilogram per Cubic Meter (kg/m³), which is the SI derived unit for density.
These constants represent: 1 [Unit] = Z [Kilograms Per Cubic Meter].
Constructors
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
Constants
- gramPerCubicCentimeter → const double
- Grams per Cubic Centimeter: 1 g/cm³ = 1000 kg/m³.
- gramPerMilliliter → const double
- Grams per Milliliter: 1 g/mL = 1 g/cm³ = 1000 kg/m³.
- kilogramPerCubicMeter → const double
- Kilograms per Cubic Meter: 1 kg/m³ = 1.0 kg/m³.