LogarithmicQuantity<T extends Unit<T>, Q extends LogarithmicQuantity<T, Q>> constructor

const LogarithmicQuantity<T extends Unit<T>, Q extends LogarithmicQuantity<T, Q>>(
  1. double _value,
  2. T _unit
)

Creates a new LogarithmicQuantity with the given value and unit.

Implementation

const LogarithmicQuantity(super._value, super._unit);