MOLAR_MASS constructor

const MOLAR_MASS(
  1. MASS numerator,
  2. AMOUNT_OF_SUBSTANCE denominator
)

Implementation

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