Weight constructor

Weight(
  1. double value,
  2. Unit unit
)

Implementation

Weight(super.value, super.unit);