Feet constructor

const Feet(
  1. Measurement m
)

Immutable. Unit is Foot.

Implementation

const Feet(final Measurement m) : super(m, const Foot());