RECIPROCAL_OF_MOLAR_MASS enum

Inheritance

Constructors

RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE numerator, MASS denominator)
const

Values

molesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.moles, MASS.grams)
millimolesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.millimoles, MASS.grams)
micromolesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.micromoles, MASS.grams)
nanomolesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.nanomoles, MASS.grams)
picomolesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.picomoles, MASS.grams)
femtomolesPerGram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.femtomoles, MASS.grams)
molesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.moles, MASS.milligrams)
millimolesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.millimoles, MASS.milligrams)
micromolesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.micromoles, MASS.milligrams)
nanomolesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.nanomoles, MASS.milligrams)
picomolesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.picomoles, MASS.milligrams)
femtomolesPerMilligram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.femtomoles, MASS.milligrams)
molesPerKilogram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.moles, MASS.kilograms)
millimolesPerKilogram → const RECIPROCAL_OF_MOLAR_MASS
const RECIPROCAL_OF_MOLAR_MASS(AMOUNT_OF_SUBSTANCE.millimoles, MASS.kilograms)

Properties

denominator MASS
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
numerator AMOUNT_OF_SUBSTANCE
final
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

values → const List<RECIPROCAL_OF_MOLAR_MASS>
A constant List of the values in this enum, in order of their declaration.