toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied US Quarts value to Tablespoons

Implementation

static double toTablespoons(double value) => value * 53.291125789849001984;