Volume.zero constructor

const Volume.zero([
  1. MeasurementInterpreter<Volume> interpreter = liters
])

The volume of size zero.

Implementation

const Volume.zero([final MeasurementInterpreter<Volume> interpreter = liters])
    : super.zero(interpreter);