toQuarts static method

double toQuarts(
  1. double value
)

Converts the supplied US Teaspoons value to Quarts

Implementation

static double toQuarts(double value) => value * 0.004336842919095784243;