TransferStats constructor
TransferStats({})
Implementation
TransferStats({
this.lagDuration,
this.lastTransferBytes,
this.lastTransferDuration,
this.lastTransferEndTime,
this.lastTransferError,
this.totalTransferDuration,
this.transferBytes,
this.updateTime,
});