toGrams static method

double toGrams(
  1. double value
)

Converts the supplied Ounces value to Grams

Implementation

static double toGrams(double value) => value * 28.3495231;