LogarithmicQuantity<T extends Unit<T> , Q extends LogarithmicQuantity<T, Q> > constructor
const
LogarithmicQuantity<T extends Unit<T> , Q extends LogarithmicQuantity<T, Q> > (
- double _value,
- T _unit
Creates a new LogarithmicQuantity with the given value and unit.
Implementation
const LogarithmicQuantity(super._value, super._unit);