toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied US Pints value to Tablespoons

Implementation

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