ReplicatingStep constructor

ReplicatingStep({
  1. String? lastThirtyMinutesAverageBytesPerSecond,
  2. String? lastTwoMinutesAverageBytesPerSecond,
  3. String? replicatedBytes,
  4. String? totalBytes,
})

Implementation

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