toBits static method

double toBits(
  1. double value
)

Converts the supplied Kilobytes value to Bits

Implementation

static double toBits(double value) => value * 8000.0;