toGigabytes static method

double toGigabytes(
  1. double value
)

Converts the supplied Terabits value to Gigabytes

Implementation

static double toGigabytes(double value) => value * 125.0;