toUSTeaspoons static method

double toUSTeaspoons(
  1. double value
)

Converts the supplied Kilolitres value to US Teaspoons

Implementation

static double toUSTeaspoons(double value) => value / 0.000004928921593749999;