inGrams property
Returns the total number of grams making up this Mass
.
Implementation
double get inGrams => _baseValue / _nanogramsPerGram;
Returns the total number of grams making up this Mass
.
double get inGrams => _baseValue / _nanogramsPerGram;