Skip to content

ChemicalAmountOps

extension ChemicalAmountOps on num

Extension methods for constructing ChemicalAmount values from num.

Properties

kilomoles extension no setter

ChemicalAmount get kilomoles

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

ChemicalAmount get megamoles

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

ChemicalAmount get micromoles

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

ChemicalAmount get millimoles

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

ChemicalAmount get moles

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

ChemicalAmount get nanomoles

Creates a ChemicalAmount of this value in nanomoles.

Available on num, provided by the ChemicalAmountOps extension

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