TransferStats constructor

TransferStats({
  1. String? lagDuration,
  2. String? lastTransferBytes,
  3. String? lastTransferDuration,
  4. String? lastTransferEndTime,
  5. String? lastTransferError,
  6. String? totalTransferDuration,
  7. String? transferBytes,
  8. String? updateTime,
})

Implementation

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