fromGigaBytes static method

ByteConverter fromGigaBytes(
  1. double value
)

Implementation

static ByteConverter fromGigaBytes(double value) => ByteConverter(value * 1000000000.0);