Mass.zero constructor

const Mass.zero([
  1. MeasurementInterpreter<Mass> interpreter = grams
])

Zero mass.

Implementation

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