Feet constructor
const
Feet(
- Measurement m
Immutable. Unit
is Foot.
Implementation
const Feet(final Measurement m) : super(m, const Foot());
Immutable. Unit
is Foot.
const Feet(final Measurement m) : super(m, const Foot());