Mass constructor

Mass(
  1. num value,
  2. String unitSymbol
)

Constructs Mass with the value and the unit

Implementation

Mass(num value, String unitSymbol) : super(value, unitSymbol, M.dimension);