dataSizeKB property

double get dataSizeKB

Data size in kilobytes

Implementation

double get dataSizeKB => dataSizeBytes / 1024;