Luminosity.negativeInfinite constructor

const Luminosity.negativeInfinite([
  1. MeasurementInterpreter<Luminosity> interpreter = candela
])

Infinite negative electric charge.

Implementation

const Luminosity.negativeInfinite(
    [final MeasurementInterpreter<Luminosity> interpreter = candela])
    : super.negativeInfinite(interpreter);