fromKibiBytes static method

ByteConverter fromKibiBytes(
  1. double value
)

Implementation

static ByteConverter fromKibiBytes(double value) => ByteConverter(value * 1024.0);