mm property

Length get mm

Creates a Length instance representing this numerical value in Millimeters (mm).

Implementation

Length get mm => Length(toDouble(), LengthUnit.millimeter);