toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied Millilitres value to Tablespoons

Implementation

static double toTablespoons(double value) => value / 17.758171402343747584;