fromGibiBytes static method

ByteConverter fromGibiBytes(
  1. double value
)

Implementation

static ByteConverter fromGibiBytes(double value) => ByteConverter(value * 1073741824.0);