Capacity constructor

Capacity({
  1. int? publishMibPerSec,
  2. int? subscribeMibPerSec,
})

Implementation

Capacity({
  this.publishMibPerSec,
  this.subscribeMibPerSec,
});