toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied Fluid Ounces value to Tablespoons

Implementation

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