toGrams static method

double toGrams(
  1. double value
)

Converts the supplied Carats value to Grams

Implementation

static double toGrams(double value) => value / 5.0;