CPUTime constructor

CPUTime({
  1. double? rate,
  2. String? timestamp,
  3. String? totalMs,
})

Implementation

CPUTime({
  this.rate,
  this.timestamp,
  this.totalMs,
});