toTeaspoons static method

double toTeaspoons(
  1. double value
)

Converts the supplied Fluid Ounces value to Teaspoons

Implementation

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