cL property

Volume get cL

Creates a Volume instance from this value in Centiliters (cL).

Uses uppercase 'L' per BIPM recommendation to prevent visual ambiguity with '1'.

Implementation

Volume get cL => Volume(toDouble(), VolumeUnit.centiliter);