Skip to content

ChemicalAmountOps

extensionChemicalAmountOpsonnum

Extension methods for constructing ChemicalAmount values from num.

Properties

kilomoles extension no setter

ChemicalAmountgetkilomoles

Creates a ChemicalAmount of this value in kilomoles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get kilomoles => ChemicalAmount.kilomoles(this);

megamoles extension no setter

ChemicalAmountgetmegamoles

Creates a ChemicalAmount of this value in megamoles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get megamoles => ChemicalAmount.megamoles(this);

micromoles extension no setter

ChemicalAmountgetmicromoles

Creates a ChemicalAmount of this value in micromoles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get micromoles => ChemicalAmount.micromoles(this);

millimoles extension no setter

ChemicalAmountgetmillimoles

Creates a ChemicalAmount of this value in millimoles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get millimoles => ChemicalAmount.millimoles(this);

moles extension no setter

Creates a ChemicalAmount of this value in moles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get moles => ChemicalAmount.moles(this);

nanomoles extension no setter

ChemicalAmountgetnanomoles

Creates a ChemicalAmount of this value in nanomoles.

Available on num, provided by the ChemicalAmountOps extension

Implementation
dart
ChemicalAmount get nanomoles => ChemicalAmount.nanomoles(this);