DataTransferProgress constructor
DataTransferProgress({})
Implementation
DataTransferProgress({
this.currentRateInMegaBytesPerSecond,
this.dataTransferredInMegaBytes,
this.elapsedTimeInSeconds,
this.estimatedTimeToCompletionInSeconds,
this.status,
this.totalDataInMegaBytes,
});