inFeet property
Returns the total number of feet making up this Length
.
Implementation
double get inFeet => _baseValue / _nanometresPerFoot;
Returns the total number of feet making up this Length
.
double get inFeet => _baseValue / _nanometresPerFoot;