fromMegaBytes static method

ByteConverter fromMegaBytes(
  1. double value
)

Implementation

static ByteConverter fromMegaBytes(double value) => ByteConverter(value * 1000000.0);