toFahrenheit method

double toFahrenheit()

Implementation

double toFahrenheit() => convertKelvinToFahrenheit(to(kelvin));