foot constant

Unit const foot

///////// ///////// A unit of length equal to 0.3048 m (standard name ft).

Implementation

// Length //
////////////

/// A unit of length equal to `0.3048 m` (standard name `ft`).
static const Unit foot =
    TransformedUnit(SI.metre, RationalConverter._(internationalFoot));