MOLAR_VOLUME enum

Inheritance

Constructors

MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE numerator, VOLUME denominator)
const

Values

molesPerLiter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.moles, VOLUME.liters)
molesPerMilliliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.moles, VOLUME.milliliters)
molesPerCubicMeter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.moles, VOLUME.cubicMeters)
millimolesPerLiter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.millimoles, VOLUME.liters)
millimolesPerDeciliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.millimoles, VOLUME.deciliters)
micromolesPerLiter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.micromoles, VOLUME.liters)
micromolesPerDeciliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.micromoles, VOLUME.deciliters)
micromolesPerMilliliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.micromoles, VOLUME.milliliters)
nanomolesPerLiter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.nanomoles, VOLUME.liters)
nanomolesPerDeciliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.nanomoles, VOLUME.deciliters)
nanomolesPerMilliliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.nanomoles, VOLUME.milliliters)
picomolesPerLiter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.picomoles, VOLUME.liters)
picomolesPerDeciliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.picomoles, VOLUME.deciliters)
picomolesPerMilliliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.picomoles, VOLUME.milliliters)
femtomolesPerMilliliter → const MOLAR_VOLUME
const MOLAR_VOLUME(AMOUNT_OF_SUBSTANCE.femtomoles, VOLUME.milliliters)

Properties

denominator VOLUME
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<MOLAR_VOLUME>
A constant List of the values in this enum, in order of their declaration.