inPounds property
Returns the total number of pounds making up this Mass
.
Implementation
double get inPounds => _baseValue / _nanogramsPerPound;
Returns the total number of pounds making up this Mass
.
double get inPounds => _baseValue / _nanogramsPerPound;