toUSTeaspoons static method

double toUSTeaspoons(
  1. double value
)

Converts the supplied Fluid Ounces value to US Teaspoons

Implementation

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