toUSTeaspoons static method

double toUSTeaspoons(
  1. double value
)

Converts the supplied Cubic Inches value to US Teaspoons

Implementation

static double toUSTeaspoons(double value) => value * 3.32468;