Temperature constructor

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

Implementation

Temperature(super.value, super.unit);