MOLAR_VOLUME constructor

const MOLAR_VOLUME(
  1. AMOUNT_OF_SUBSTANCE numerator,
  2. VOLUME denominator
)

Implementation

const MOLAR_VOLUME(this.numerator, this.denominator);