inOunces property
Returns the total number of feet making up this Mass
.
Implementation
double get inOunces => _baseValue / _nanogramsPerOunce;
Returns the total number of feet making up this Mass
.
double get inOunces => _baseValue / _nanogramsPerOunce;