DENSITY constructor

const DENSITY(
  1. MASS numerator,
  2. VOLUME denominator
)

Implementation

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