toTeaspoons static method

double toTeaspoons(
  1. double value
)

Converts the supplied Quarts value to Teaspoons

Implementation

static double toTeaspoons(double value) => value * 192.0;