fromKiloBytes static method

ByteConverter fromKiloBytes(
  1. double value
)

Implementation

static ByteConverter fromKiloBytes(double value) => ByteConverter(value * 1000.0);