inch property

Length get inch

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

Implementation

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