toOunces static method

double toOunces(
  1. double value
)

Converts the supplied Kilograms value to Ounces

Implementation

static double toOunces(double value) => value * 35.274;