toBits static method

double toBits(
  1. double value
)

Converts the supplied Terabytes value to Bits

Implementation

static double toBits(double value) => value * 8e+12;