quarts property

Volume get quarts

Creates a Volume instance from this value in US Quarts (qt). Alias for qt.

Implementation

Volume get quarts => Volume(toDouble(), VolumeUnit.quart);