TransferStatusMetric constructor

TransferStatusMetric({
  1. String? completed,
  2. String? failed,
  3. String? pending,
  4. String? total,
  5. String? unit,
})

Implementation

TransferStatusMetric({
  this.completed,
  this.failed,
  this.pending,
  this.total,
  this.unit,
});