RestoreStatus constructor
RestoreStatus({})
Implementation
RestoreStatus({
this.currentRestoreRateInMegaBytesPerSecond,
this.elapsedTimeInSeconds,
this.estimatedTimeToCompletionInSeconds,
this.progressInMegaBytes,
this.snapshotSizeInMegaBytes,
this.status,
});