toBits static method

double toBits(
  1. double value
)

Converts the supplied Megabits value to Bits

Implementation

static double toBits(double value) => value * 1e+6;