fromMebiBytes static method

ByteConverter fromMebiBytes(
  1. double value
)

Implementation

static ByteConverter fromMebiBytes(double value) => ByteConverter(value * 1048576.0);