toUSTablespoons static method

double toUSTablespoons(
  1. double value
)

Converts the supplied Millilitres value to US Tablespoons

Implementation

static double toUSTablespoons(double value) => value / 14.786764781249998848;