props property

  1. @override
List<Object> props

Implementation

@override
List<Object> get props => [
      ourCost,
      hardLimit,
      softLimit,
      costDecayPerSec,
      bandwithCostPerByte,
      sleep,
      concurrentRequests,
      sendSize,
      sendCount,
      receiveSize,
      receiveCount
    ];