Temperature constructor

Temperature(
  1. double? _kelvin
)

Implementation

Temperature(this._kelvin);