PerformanceConfig constructor

PerformanceConfig({
  1. FixedIOPS? fixedIops,
  2. IOPSPerTB? iopsPerTb,
})

Implementation

PerformanceConfig({this.fixedIops, this.iopsPerTb});