ChemicalAmountOps
extension ChemicalAmountOps on numExtension methods for constructing ChemicalAmount values from num.
Properties
kilomoles extension no setter
ChemicalAmount get kilomolesCreates 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
ChemicalAmount get megamolesCreates 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
ChemicalAmount get micromolesCreates 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
ChemicalAmount get millimolesCreates 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
ChemicalAmount get molesCreates 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
ChemicalAmount get nanomolesCreates a ChemicalAmount of this value in nanomoles.
Available on num, provided by the ChemicalAmountOps extension
Implementation
dart
ChemicalAmount get nanomoles => ChemicalAmount.nanomoles(this);