toCalories static method

double toCalories(
  1. double value
)

Converts the supplied US Therms value to Calories

Implementation

static double toCalories(double value) => value * 25210420.0;