Distance.inch constructor

Distance.inch(
  1. double value
)

Implementation

factory Distance.inch(double value) => Distance(value, Unit.inch);