toKilocalories static method

double toKilocalories(
  1. double value
)

Converts the supplied Watt Hours value to Kilocalories

Implementation

static double toKilocalories(double value) => value / 1.16222;