Distance.foot constructor

Distance.foot(
  1. double value
)

Implementation

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