RddStorageInfo constructor
RddStorageInfo({})
Implementation
RddStorageInfo({
this.dataDistribution,
this.diskUsed,
this.memoryUsed,
this.name,
this.numCachedPartitions,
this.numPartitions,
this.partitions,
this.rddStorageId,
this.storageLevel,
});