QueryTimelineSample constructor
      
      QueryTimelineSample({})
     
    
    
Implementation
QueryTimelineSample({
  this.activeUnits,
  this.completedUnits,
  this.elapsedMs,
  this.estimatedRunnableUnits,
  this.pendingUnits,
  this.shuffleRamUsageRatio,
  this.totalSlotMs,
});