um property

Length get um

Creates a Length instance representing this numerical value in Micrometers (μm).

Implementation

Length get um => Length(toDouble(), LengthUnit.micrometer);