totalKilobytes property

int get totalKilobytes

Implementation

int get totalKilobytes {
  return megaBytes * 1024 + kiloBytes;
}