nmol property

MolarAmount get nmol

Creates a MolarAmount instance representing this numerical value in Nanomoles (nmol).

Implementation

MolarAmount get nmol => MolarAmount(toDouble(), MolarUnit.nanomole);