inGallons property
double
get
inGallons
Returns the volume value in US Gallons (gal).
Implementation
double get inGallons => getValue(VolumeUnit.gallon);
Returns the volume value in US Gallons (gal).
double get inGallons => getValue(VolumeUnit.gallon);