ReplicatingStep constructor
      
      ReplicatingStep({})
     
    
    
Implementation
ReplicatingStep({
  this.lastThirtyMinutesAverageBytesPerSecond,
  this.lastTwoMinutesAverageBytesPerSecond,
  this.replicatedBytes,
  this.totalBytes,
});