angstrom property

Length get angstrom

Creates a Length instance representing this numerical value in Ångströms (Å).

Implementation

Length get angstrom => Length(toDouble(), LengthUnit.angstrom);