IOUsage constructor

IOUsage({
  1. int? readIOs,
  2. int? writeIOs,
})

Implementation

IOUsage({
  this.readIOs,
  this.writeIOs,
});